mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 05:24:50 +08:00
chore: add notification for automatically turning off auto switch theme (sanidhyas3s) (#4687)
extending on #4677
This commit is contained in:
parent
7708f624bc
commit
4e9285af41
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ function set(themeIdentifier: string, isAutoSwitch = false): void {
|
|||
|
||||
if (!isAutoSwitch && Config.autoSwitchTheme) {
|
||||
setAutoSwitchTheme(false);
|
||||
Notifications.add("Auto switch theme disabled", 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue