Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-08 18:55:19 +01:00
parent 8df47a653e
commit 9ee926aa6c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ module.exports = (_ => {
"info": {
"name": "BDFDB",
"author": "DevilBro",
"version": "1.2.7",
"version": "1.2.8",
"description": "Give other plugins utility functions"
},
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
@ -8048,7 +8048,7 @@ module.exports = (_ => {
keys: ["settings", key],
label: getString(key, "description"),
note: (InternalBDFDB.defaults.settings[key].noteAlways || InternalBDFDB.defaults.settings[key].noteIfNative && nativeSetting) && getString(key, "note"),
value: settings[key] || key == "showToasts" && bdToastSetting
value: settings[key] || nativeSetting
}));
}