fully resetting config

This commit is contained in:
Miodec 2022-03-01 12:35:38 +01:00
parent fea83b38c2
commit 142f091741

View file

@ -1821,6 +1821,7 @@ export function apply(
}
export function reset(): void {
config = DefaultConfig;
apply(DefaultConfig);
saveFullConfigToLocalStorage();
}