chore: add notification for automatically turning off auto switch theme (sanidhyas3s) (#4687)

extending on #4677
This commit is contained in:
Sanidhya Singh 2023-10-03 16:57:46 +05:30 committed by GitHub
parent 7708f624bc
commit 4e9285af41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,7 @@ function set(themeIdentifier: string, isAutoSwitch = false): void {
if (!isAutoSwitch && Config.autoSwitchTheme) {
setAutoSwitchTheme(false);
Notifications.add("Auto switch theme disabled", 0);
}
}