mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 00:45:32 +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…
Add table
Reference in a new issue