mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-05 04:45:44 +01:00
Fix show new indicator default
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user