change default of new notifications to light mode
This commit is contained in:
@@ -331,7 +331,7 @@ namespace ntfysh_client
|
|||||||
UseNativeWindowsNotifications = true,
|
UseNativeWindowsNotifications = true,
|
||||||
UseCustomTrayNotifications = false,
|
UseCustomTrayNotifications = false,
|
||||||
CustomTrayNotificationsShowTimeoutBar = true,
|
CustomTrayNotificationsShowTimeoutBar = true,
|
||||||
CustomTrayNotificationsShowInDarkMode = true,
|
CustomTrayNotificationsShowInDarkMode = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
private void MergeSettingsRevisions(SettingsModel older, SettingsModel newer)
|
private void MergeSettingsRevisions(SettingsModel older, SettingsModel newer)
|
||||||
|
Reference in New Issue
Block a user