You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-im/telegram-desktop/files/tdesktop-2.7.4-fix-disable-...

22 lines
494 B

--- tdesktop-2.7.4-full.orig/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp
+++ tdesktop-2.7.4-full/Telegram/SourceFiles/platform/linux/notifications_manager_linux_dummy.cpp
@@ -13,15 +13,15 @@
namespace Platform {
namespace Notifications {
-bool SkipAudio() {
+bool SkipAudioForCustom() {
return false;
}
-bool SkipToast() {
+bool SkipToastForCustom() {
return false;
}
-bool SkipFlashBounce() {
+bool SkipFlashBounceForCustom() {
return false;
}