smol update
This commit is contained in:
parent
9d7c59025c
commit
a3f5a0f099
|
@ -15,10 +15,10 @@ export default class V2_SettingsPanel_Sidebar {
|
||||||
|
|
||||||
get items() {
|
get items() {
|
||||||
return [{
|
return [{
|
||||||
text: "Lightcord",
|
text: "Lightcord Settings",
|
||||||
id: "lightcord"
|
id: "lightcord"
|
||||||
}, {
|
}, {
|
||||||
text: "Settings",
|
text: "BetterDiscord Settings",
|
||||||
id: "core"
|
id: "core"
|
||||||
}, {
|
}, {
|
||||||
text: "Plugins",
|
text: "Plugins",
|
||||||
|
@ -30,7 +30,7 @@ export default class V2_SettingsPanel_Sidebar {
|
||||||
text: "Custom CSS",
|
text: "Custom CSS",
|
||||||
id: "customcss"
|
id: "customcss"
|
||||||
}, {
|
}, {
|
||||||
text: "Presence",
|
text: "RichPresence",
|
||||||
id: "status"
|
id: "status"
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue