feat(@desktop/settings): set "Just @mentions" as the new default in Notifications preferences

Closes #3532.
This commit is contained in:
Michael Bradley, Jr 2021-09-21 10:29:33 -05:00 committed by Iuri Matias
parent da6c42fd19
commit 9e742e4b4a
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ StatusWindow {
property var hiddenCommunityWelcomeBanners: [] property var hiddenCommunityWelcomeBanners: []
property var hiddenCommunityBackUpBanners: [] property var hiddenCommunityBackUpBanners: []
property real volume: 0.2 property real volume: 0.2
property int notificationSetting: Constants.notifyAllMessages property int notificationSetting: Constants.notifyJustMentions
property bool notificationSoundsEnabled: true property bool notificationSoundsEnabled: true
property bool useOSNotifications: true property bool useOSNotifications: true
property int notificationMessagePreviewSetting: Constants.notificationPreviewNameAndMessage property int notificationMessagePreviewSetting: Constants.notificationPreviewNameAndMessage