summarylogtreecommitdiffstats
path: root/Use-native-notifications-by-default.patch
blob: 4fe8f2ee3eec575e7522f865448a28d7c806e7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Telegram/SourceFiles/facades.cpp b/Telegram/SourceFiles/facades.cpp
index 7f1a9505b..9500a37ba 100644
--- a/Telegram/SourceFiles/facades.cpp
+++ b/Telegram/SourceFiles/facades.cpp
@@ -378,7 +378,7 @@ struct Data {
 	bool DesktopNotify = true;
 	bool RestoreSoundNotifyFromTray = false;
 	DBINotifyView NotifyView = dbinvShowPreview;
-	bool NativeNotifications = false;
+	bool NativeNotifications = Platform::IsLinux();
 	int NotificationsCount = 3;
 	Notify::ScreenCorner NotificationsCorner = Notify::ScreenCorner::BottomRight;
 	bool NotificationsDemoIsShown = false;