diff --git a/webext/options.js b/webext/options.js index 4663205..9030727 100644 --- a/webext/options.js +++ b/webext/options.js @@ -1309,7 +1309,7 @@ SysTrayX.StorageChanged = { }); } if (item === "newIndicatorType") { - SysTrayX.RestoreOptions.setIndicatorType({ + SysTrayX.RestoreOptions.setNewIndicatorType({ newIndicatorType: changes[item].newValue, }); }