Settings: fix panel title (#3879)

This commit is contained in:
prism 2026-01-02 04:00:02 +01:00 committed by GitHub
parent 819bee2a88
commit 5b7b033df7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,7 +289,7 @@ export default definePlugin({
const vencordSection: SettingsLayoutNode = {
key: "vencord_section",
type: LayoutTypes.SECTION,
useLabel: () => "Vencord",
useTitle: () => "Vencord Settings",
buildLayout: () => vencordEntries
};