mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Move ThemeSettings -> VencordSettings
This commit is contained in:
parent
549923ed16
commit
325377b38e
13 changed files with 13 additions and 50 deletions
|
@ -21,6 +21,7 @@ import BackupAndRestoreTab from "@components/VencordSettings/BackupAndRestoreTab
|
|||
import CloudTab from "@components/VencordSettings/CloudTab";
|
||||
import PatchHelperTab from "@components/VencordSettings/PatchHelperTab";
|
||||
import PluginsTab from "@components/VencordSettings/PluginsTab";
|
||||
import ThemesTab from "@components/VencordSettings/ThemesTab";
|
||||
import UpdaterTab from "@components/VencordSettings/UpdaterTab";
|
||||
import VencordTab from "@components/VencordSettings/VencordTab";
|
||||
import { Devs } from "@utils/constants";
|
||||
|
@ -106,7 +107,7 @@ export default definePlugin({
|
|||
section: "EquicordThemes",
|
||||
label: "Themes",
|
||||
searchableTitles: ["Themes"],
|
||||
element: require("@components/ThemeSettings/ThemesTab").default,
|
||||
element: ThemesTab,
|
||||
className: "vc-themes"
|
||||
},
|
||||
!IS_UPDATER_DISABLED && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue