mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Some To-Do Stuff
This commit is contained in:
parent
74417ea268
commit
a09a3a8a8f
3 changed files with 21 additions and 3 deletions
|
@ -36,7 +36,13 @@ export default definePlugin({
|
|||
id: "ThemeSection",
|
||||
});
|
||||
|
||||
customSettingsSections.push(ThemeSection);
|
||||
customSettingsSections.push(_ => ({
|
||||
section: "ThemeLibrary",
|
||||
label: "Theme Library",
|
||||
searchableTitles: ["Theme Library"],
|
||||
element: require("./components/ThemeTab").default,
|
||||
id: "ThemeSection",
|
||||
}));
|
||||
},
|
||||
|
||||
stop() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue