mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-04 20:35:48 +01:00
Hide default icon to default false
This commit is contained in:
@@ -475,7 +475,7 @@ SysTrayX.RestoreOptions = {
|
||||
// Restore hide default icon callbacks
|
||||
//
|
||||
setHideDefaultIcon: function (result) {
|
||||
const hideDefaultIcon = result.hideDefaultIcon || "true";
|
||||
const hideDefaultIcon = result.hideDefaultIcon || "false";
|
||||
|
||||
const checkbox = document.querySelector(`input[name="hideDefaultIcon"]`);
|
||||
checkbox.checked = hideDefaultIcon === "true";
|
||||
|
||||
Reference in New Issue
Block a user