fix default notification policy in settings #74

Merged
sarah merged 1 commits from mute into trunk 2022-02-23 21:58:47 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ var DefaultGlobalSettings = GlobalSettings{
StreamerMode: false,
UIColumnModePortrait: "DualpaneMode.Single",
UIColumnModeLandscape: "DualpaneMode.CopyPortrait",
NotificationPolicy: "NotificationPolicy.OptOut",
NotificationPolicy: "NotificationPolicy.Mute",
NotificationContent: "NotificationContent.SimpleEvent",
DownloadPath: "",
AllowAdvancedTorConfig: false,