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:
@@ -924,7 +924,7 @@ SysTrayX.RestoreOptions = {
|
||||
// Restore show new indicator state
|
||||
//
|
||||
setShowNewIndicator: function (result) {
|
||||
const showNewIndicator = result.showNewIndicator || "true";
|
||||
const showNewIndicator = result.showNewIndicator || "false";
|
||||
|
||||
const checkbox = document.querySelector(`input[name="showNewIndicator"]`);
|
||||
checkbox.checked = showNewIndicator === "true";
|
||||
|
||||
Reference in New Issue
Block a user