mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 06:47:01 +08:00
fully resetting config
This commit is contained in:
parent
fea83b38c2
commit
142f091741
1 changed files with 1 additions and 0 deletions
|
|
@ -1821,6 +1821,7 @@ export function apply(
|
|||
}
|
||||
|
||||
export function reset(): void {
|
||||
config = DefaultConfig;
|
||||
apply(DefaultConfig);
|
||||
saveFullConfigToLocalStorage();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue