smol update

This commit is contained in:
Jean Ouina 2020-05-20 21:37:27 +02:00
parent 9d7c59025c
commit a3f5a0f099
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ export default class V2_SettingsPanel_Sidebar {
get items() {
return [{
text: "Lightcord",
text: "Lightcord Settings",
id: "lightcord"
}, {
text: "Settings",
text: "BetterDiscord Settings",
id: "core"
}, {
text: "Plugins",
@ -30,7 +30,7 @@ export default class V2_SettingsPanel_Sidebar {
text: "Custom CSS",
id: "customcss"
}, {
text: "Presence",
text: "RichPresence",
id: "status"
}];
}