mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
including nosave in configevent dispatch
This commit is contained in:
parent
bf3e3d4da6
commit
df35476668
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ export function setLazyMode(val, nosave) {
|
|||
}
|
||||
config.lazyMode = val;
|
||||
if (!nosave) saveToLocalStorage();
|
||||
ConfigEvent.dispatch("lazyMode", config.lazyMode);
|
||||
ConfigEvent.dispatch("lazyMode", config.lazyMode, nosave);
|
||||
}
|
||||
|
||||
export function setCustomThemeColors(colors, nosave) {
|
||||
|
|
Loading…
Reference in a new issue