mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
Settings: fix panel title (#3879)
This commit is contained in:
parent
819bee2a88
commit
5b7b033df7
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ export default definePlugin({
|
|||
const vencordSection: SettingsLayoutNode = {
|
||||
key: "vencord_section",
|
||||
type: LayoutTypes.SECTION,
|
||||
useLabel: () => "Vencord",
|
||||
useTitle: () => "Vencord Settings",
|
||||
buildLayout: () => vencordEntries
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue