Update FriendNotifications.plugin.js
This commit is contained in:
parent
95827cc8ff
commit
cd3de75a91
|
@ -325,7 +325,7 @@ module.exports = (_ => {
|
||||||
let createUserList = (users, type, title) => {
|
let createUserList = (users, type, title) => {
|
||||||
let items = [];
|
let items = [];
|
||||||
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
children: [
|
children: [
|
||||||
"Click on an Option to toggle",
|
"Click on an Option to toggle",
|
||||||
BDFDB.ReactUtils.createElement("span", {
|
BDFDB.ReactUtils.createElement("span", {
|
||||||
|
@ -337,7 +337,7 @@ module.exports = (_ => {
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
children: [
|
children: [
|
||||||
"Right-Click on an Option to toggle",
|
"Right-Click on an Option to toggle",
|
||||||
BDFDB.ReactUtils.createElement("span", {
|
BDFDB.ReactUtils.createElement("span", {
|
||||||
|
@ -349,7 +349,7 @@ module.exports = (_ => {
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
style: {marginTop: 6},
|
style: {marginTop: 6},
|
||||||
children: [
|
children: [
|
||||||
"Click on an Option Header to toggle",
|
"Click on an Option Header to toggle",
|
||||||
|
@ -362,7 +362,7 @@ module.exports = (_ => {
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
children: [
|
children: [
|
||||||
"Right-Click on an Option Header to toggle",
|
"Right-Click on an Option Header to toggle",
|
||||||
BDFDB.ReactUtils.createElement("span", {
|
BDFDB.ReactUtils.createElement("span", {
|
||||||
|
@ -374,12 +374,12 @@ module.exports = (_ => {
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
style: {marginTop: 6},
|
style: {marginTop: 6},
|
||||||
children: "Click on an Avatar to toggle between enabled/disabled"
|
children: "Click on an Avatar to toggle between enabled/disabled"
|
||||||
}));
|
}));
|
||||||
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
if ("Notification" in window) items.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
children: [
|
children: [
|
||||||
"Right-Click on an Avatar to toggle all Options between",
|
"Right-Click on an Avatar to toggle all Options between",
|
||||||
BDFDB.ReactUtils.createElement("span", {
|
BDFDB.ReactUtils.createElement("span", {
|
||||||
|
@ -604,7 +604,7 @@ module.exports = (_ => {
|
||||||
children: [BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
children: [BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
className: BDFDB.disCN.marginbottom8,
|
className: BDFDB.disCN.marginbottom8,
|
||||||
children: BDFDB.ReactUtils.createElement("div", {
|
children: BDFDB.ReactUtils.createElement("div", {
|
||||||
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCNS.settingsrowtitledefault + BDFDB.disCN.cursordefault,
|
className: BDFDB.disCNS.settingsrowtitle + BDFDB.disCN.cursordefault,
|
||||||
children: [
|
children: [
|
||||||
"Allows you to configure your own Message Strings for the different Statuses.",
|
"Allows you to configure your own Message Strings for the different Statuses.",
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue