diff --git a/Plugins/FriendNotifications/FriendNotifications.plugin.js b/Plugins/FriendNotifications/FriendNotifications.plugin.js index 8a7d950133..4178030fa5 100644 --- a/Plugins/FriendNotifications/FriendNotifications.plugin.js +++ b/Plugins/FriendNotifications/FriendNotifications.plugin.js @@ -95,12 +95,7 @@ class FriendNotifications { .FriendNotifications-settings .settings-avatar.disabled { border-color: #36393F; filter: grayscale(100%) brightness(50%); - } - .FriendNotifications-settings .disable-all { - color: white; - background-color: #36393F; - } - `; + }`; this.defaults = { settings: { @@ -142,7 +137,7 @@ class FriendNotifications { } } settingshtml += ``; - settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; + settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; settingshtml += ``; var settingspanel = $(settingshtml)[0]; diff --git a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js index 76f3eb2727..9f6803994a 100644 --- a/Plugins/StalkerNotifications/StalkerNotifications.plugin.js +++ b/Plugins/StalkerNotifications/StalkerNotifications.plugin.js @@ -105,10 +105,6 @@ class StalkerNotifications { } .StalkerNotifications-settings .settings-avatar:not(:hover) ${BDFDB.dotCN.hovercardbutton} { opacity: 1; - } - .StalkerNotifications-settings .disable-all { - color: white; - background-color: #36393F; }`; this.defaults = { @@ -155,7 +151,7 @@ class StalkerNotifications { if (user) settingshtml += this.createSettingsAvatarHtml(user, users[id]); } settingshtml += ``; - settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; + settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; settingshtml += `

Timelog of LogIns/-Outs:

`; settingshtml += ``; diff --git a/PluginsV2/FriendNotifications/index.js b/PluginsV2/FriendNotifications/index.js index a117ab44d5..bd81a95be3 100644 --- a/PluginsV2/FriendNotifications/index.js +++ b/PluginsV2/FriendNotifications/index.js @@ -296,7 +296,7 @@ module.exports = (Plugin, Api, Vendor) => { } } settingshtml += ``; - settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; + settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; settingshtml += ``; var settingspanel = $(settingshtml)[0]; diff --git a/PluginsV2/StalkerNotifications/index.js b/PluginsV2/StalkerNotifications/index.js index 00fe787983..9b81f44137 100644 --- a/PluginsV2/StalkerNotifications/index.js +++ b/PluginsV2/StalkerNotifications/index.js @@ -307,7 +307,7 @@ module.exports = (Plugin, Api, Vendor) => { if (user) settingshtml += this.createSettingsAvatarHtml(user, users[id]); } settingshtml += ``; - settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; + settingshtml += `

Batch set Users:

${"Notification" in window ? `` : ``}
`; settingshtml += `

Timelog of LogIns/-Outs:

`; settingshtml += ``;