stuff
This commit is contained in:
parent
c90e743564
commit
02fb8cd506
|
@ -185,7 +185,7 @@ module.exports = (_ => {
|
|||
let createUserList = (users, type, title) => {
|
||||
let items = [];
|
||||
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||
className: BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
className: BDFDB.disCNS.BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
children: [
|
||||
"Click on an Icon to toggle",
|
||||
BDFDB.ReactUtils.createElement("span", {
|
||||
|
@ -197,7 +197,7 @@ module.exports = (_ => {
|
|||
]
|
||||
}));
|
||||
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||
className: BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
className: BDFDB.disCNS.BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
children: [
|
||||
"Right-Click on an Icon to toggle",
|
||||
BDFDB.ReactUtils.createElement("span", {
|
||||
|
@ -388,7 +388,7 @@ module.exports = (_ => {
|
|||
children: [BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||
className: BDFDB.disCN.marginbottom8,
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
className: BDFDB.disCNS.BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
children: [
|
||||
"Allows you to configure your own message strings for the different statuses. ",
|
||||
BDFDB.ReactUtils.createElement("strong", {children: "$user"}),
|
||||
|
|
|
@ -198,7 +198,7 @@ module.exports = (_ => {
|
|||
!automaticLoading && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||
className: BDFDB.disCN.marginbottom20,
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
className: BDFDB.disCNS.BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
children: "To experience PluginRepo in the best way. I would recommend you to enable BD intern reload function, that way all downloaded files are loaded into Discord without the need to reload."
|
||||
})
|
||||
}),
|
||||
|
|
|
@ -395,7 +395,7 @@ module.exports = (_ => {
|
|||
!automaticLoading && BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||
className: BDFDB.disCN.marginbottom20,
|
||||
children: BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
className: BDFDB.disCNS.BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
||||
children: "To experience ThemeRepo in the best way. I would recommend you to enable BD intern reload function, that way all downloaded files are loaded into Discord without the need to reload."
|
||||
})
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue