From c9295d3a85f2dff38eeca4f01263b5837ef7e3c8 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:28:39 -0300 Subject: [PATCH] of course... --- src/plugins/platformIndicators/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platformIndicators/index.tsx b/src/plugins/platformIndicators/index.tsx index 3dab14a7f..1e00101d6 100644 --- a/src/plugins/platformIndicators/index.tsx +++ b/src/plugins/platformIndicators/index.tsx @@ -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(); }); },