From 96dff84ed8bc80198febd5b7938867e6fbdc865f Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 26 Oct 2023 00:03:51 +0200 Subject: [PATCH] Fix PlatformIndicators --- 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 5ccc3b78..ae26a8f8 100644 --- a/src/plugins/platformIndicators/index.tsx +++ b/src/plugins/platformIndicators/index.tsx @@ -230,7 +230,7 @@ export default definePlugin({ ] }, { - find: "isMobileOnline=function", + find: "}isMobileOnline(", predicate: () => Settings.plugins.PlatformIndicators.colorMobileIndicator, replacement: { // Make isMobileOnline return true no matter what is the user status