could not apply config error not sticky anymore

This commit is contained in:
Miodec 2021-02-05 03:29:31 +00:00
parent 4ee2ae20c2
commit a7ef562cc0

View file

@ -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) => {