of course...
This commit is contained in:
parent
b4b67a98da
commit
c9295d3a85
|
@ -191,7 +191,7 @@ export default definePlugin({
|
|||
|
||||
start() {
|
||||
Object.entries(indicatorLocations).forEach(([key, value]) => {
|
||||
if (settings[key]) value.onEnable();
|
||||
if (settings.store[key]) value.onEnable();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue