diff --git a/src/core/ui/settings/index.ts b/src/core/ui/settings/index.ts index 342b13d7..12105058 100644 --- a/src/core/ui/settings/index.ts +++ b/src/core/ui/settings/index.ts @@ -10,6 +10,7 @@ import { version } from "bunny-build-info"; export { PyoncordIcon }; export default function initSettings() { + registerSection({ name: Strings.BUNNY, items: [ @@ -51,6 +52,12 @@ export default function initSettings() { } ] }); + + // Retain compatibility with plugins which inject into this section + registerSection({ + name: "Bunny", + items: [] + }) // Compat for plugins which injects into the settings // Flaw: in the old UI, this will be displayed anyway with no items