From a7ef562cc09d35e47fdf1762c914c6c3c4b51e13 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 5 Feb 2021 03:29:31 +0000 Subject: [PATCH] could not apply config error not sticky anymore --- src/js/userconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/userconfig.js b/src/js/userconfig.js index b7e10eaa3..24aac74fc 100644 --- a/src/js/userconfig.js +++ b/src/js/userconfig.js @@ -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) => {