2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix build with dummy notifications manager on Linux.

This commit is contained in:
John Preston
2021-04-29 11:21:38 +04:00
parent 9c9fc9e881
commit 404538c989
2 changed files with 22 additions and 13 deletions

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;
}