of course...

This commit is contained in:
Nuckyz 2024-06-23 16:28:39 -03:00
parent b4b67a98da
commit c9295d3a85
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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();
});
},