From a8578f4a4df527772f4f14ca349dbe44a36b81c7 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 29 Apr 2021 05:00:04 +0300 Subject: [PATCH] Fix build without D-Bus --- .../platform/linux/notifications_manager_linux_dummy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp index c51b92fed..0135a66b5 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp @@ -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; }