1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

smol update

This commit is contained in:
Jean Ouina 2020-05-20 21:37:27 +02:00
parent 9d7c59025c
commit a3f5a0f099

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"
}];
}