Merge pull request 'fix default notification policy in settings' (#74) from mute into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #74
This commit is contained in:
Sarah Jamie Lewis 2022-02-23 21:58:47 +00:00
commit e8b2def3a4
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,