Fix build without D-Bus

This commit is contained in:
Eric Kotato 2021-04-29 05:00:04 +03:00
parent c290177e32
commit a8578f4a4d

View file

@ -13,15 +13,15 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Platform {
namespace Notifications {
bool SkipAudio() {
bool SkipAudioForCustom() {
return false;
}
bool SkipToast() {
bool SkipToastForCustom() {
return false;
}
bool SkipFlashBounce() {
bool SkipFlashBounceForCustom() {
return false;
}