mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
could not apply config error not sticky anymore
This commit is contained in:
parent
4ee2ae20c2
commit
a7ef562cc0
1 changed files with 1 additions and 1 deletions
|
@ -1479,7 +1479,7 @@ function setFontSize(fontSize, nosave) {
|
|||
|
||||
function applyConfig(configObj) {
|
||||
if (configObj == null || configObj == undefined) {
|
||||
Notifications.add("Could not apply config", -1);
|
||||
Notifications.add("Could not apply config", -1, 3);
|
||||
return;
|
||||
}
|
||||
Object.keys(defaultConfig).forEach((configKey) => {
|
||||
|
|
Loading…
Reference in a new issue