mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-08 14:26:12 +01:00
Fix typo
This commit is contained in:
@@ -1309,7 +1309,7 @@ SysTrayX.StorageChanged = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (item === "newIndicatorType") {
|
if (item === "newIndicatorType") {
|
||||||
SysTrayX.RestoreOptions.setIndicatorType({
|
SysTrayX.RestoreOptions.setNewIndicatorType({
|
||||||
newIndicatorType: changes[item].newValue,
|
newIndicatorType: changes[item].newValue,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user