diff --git a/src/core/ui/reporter/components/ErrorBoundaryScreen.tsx b/src/core/ui/reporter/components/ErrorBoundaryScreen.tsx index 23ed51d..62f2944 100644 --- a/src/core/ui/reporter/components/ErrorBoundaryScreen.tsx +++ b/src/core/ui/reporter/components/ErrorBoundaryScreen.tsx @@ -20,7 +20,7 @@ export default function ErrorBoundaryScreen(props: { Uh oh. - A crash occured while rendering a component. This could be caused by a plugin, Bunny or Discord itself + A crash occured while rendering a component. This could be caused by a plugin, Bunny or Discord itself. {debugInfo.os.name}; {debugInfo.discord.build} ({debugInfo.discord.version}); {debugInfo.bunny.version} diff --git a/src/core/ui/settings/pages/General/index.tsx b/src/core/ui/settings/pages/General/index.tsx index 07bd323..dabeb1c 100644 --- a/src/core/ui/settings/pages/General/index.tsx +++ b/src/core/ui/settings/pages/General/index.tsx @@ -70,7 +70,7 @@ export default function General() { } - value={BunnySettings.developer.enabled = true} + value={BunnySettings.developer.enabled} onValueChange={(v: boolean) => { BunnySettings.developer.enabled = v; }} diff --git a/src/index.ts b/src/index.ts index 330e173..a32a14d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,8 +41,8 @@ export default async () => { window.bunny = lib; if (!BunnySettings.isSafeMode()) { - ColorManager.initialize(), - PluginManager.initialize(), + ColorManager.initialize(); + PluginManager.initialize(); FontManager.initialize(); }