Fix show new indicator default

This commit is contained in:
Ximi1970
2023-08-29 21:13:42 +02:00
parent 9aab507f8e
commit 27c488aaf5
3 changed files with 3 additions and 2 deletions

View File

@@ -598,7 +598,7 @@ SysTrayX.Messaging = {
const icon = result.icon || [];
const theme = result.theme || "0";
const showNumber = result.showNumber || "true";
const showNewIndicator = result.showNewIndicator || "true";
const showNewIndicator = result.showNewIndicator || "false";
const countType = result.countType || "0";
const startupDelay = result.startupDelay || "5";
let numberColor = result.numberColor || "#000000";