stuff
This commit is contained in:
parent
e43a37d6d0
commit
675ee2be58
|
@ -7218,11 +7218,11 @@ module.exports = (_ => {
|
||||||
children: BDFDB.ReactUtils.createElement("button", {
|
children: BDFDB.ReactUtils.createElement("button", {
|
||||||
className: `${BDFDB.disCNS._repobutton + BDFDB.disCN._repofolderbutton} bd-updatebtn`,
|
className: `${BDFDB.disCNS._repobutton + BDFDB.disCN._repofolderbutton} bd-updatebtn`,
|
||||||
onClick: _ => {
|
onClick: _ => {
|
||||||
let toast = BDFDB.NotificationUtils.toast("Plugin update check in progress.", {type: "info", timeout: 0});
|
let toast = BDFDB.NotificationUtils.toast("Plugin update check in progress", {type: "info", timeout: 0});
|
||||||
BDFDB.PluginUtils.checkAllUpdates().then(outdated => {
|
BDFDB.PluginUtils.checkAllUpdates().then(outdated => {
|
||||||
toast.close();
|
toast.close();
|
||||||
if (outdated > 0) BDFDB.NotificationUtils.toast(`Plugin update check complete. ${outdated} outdated!`, {type: "error"});
|
if (outdated > 0) BDFDB.NotificationUtils.toast(`Plugin update check complete - ${outdated} outdated!`, {type: "error"});
|
||||||
else BDFDB.NotificationUtils.toast(`Plugin update check complete.`, {type: "success"});
|
else BDFDB.NotificationUtils.toast(`Plugin update check complete`, {type: "success"});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
children: "Check for Updates"
|
children: "Check for Updates"
|
||||||
|
|
|
@ -48,10 +48,10 @@ module.exports = (_ => {
|
||||||
|
|
||||||
this.defaults = {
|
this.defaults = {
|
||||||
settings: {
|
settings: {
|
||||||
displayNative: {value:!!document.querySelector(".platform-linux"), description:"Displays the native Title Bar."},
|
displayNative: {value:!!document.querySelector(".platform-linux"), description:"Display the native title bar"},
|
||||||
addOldBar: {value:true, description:"Displays the Title Bar in the old fashion."},
|
addOldBar: {value:true, description:"Display the title bar in the old fashion"},
|
||||||
addToSettings: {value:true, description:"Adds a Title Bar to Settings Windows."},
|
addToSettings: {value:true, description:"Add a title bar to settings windows"},
|
||||||
reloadButton: {value:false, description:"Adds a Reload Button to the Title Bar."}
|
reloadButton: {value:false, description:"Add a reload button to the title bar"}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//META{"name":"BasicBackground","description":"Allows you to use a background image in Discord without greatly altering the basic look of Discord.","author":"DevilBro","version":"1.0.5","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BasicBackground/BasicBackground.theme.css"}*//{}
|
//META{"name":"BasicBackground","description":"Allows you to use a background image in Discord without greatly altering the basic look of Discord","author":"DevilBro","version":"1.0.5","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BasicBackground/BasicBackground.theme.css"}*//{}
|
||||||
|
|
||||||
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */
|
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//META{"name":"BlurpleRecolor","description":"Replaces discords native blurple with your own color, change color in themefile.","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BlurpleRecolor/BlurpleRecolor.theme.css"}*//{}
|
//META{"name":"BlurpleRecolor","description":"Replaces discords native blurple with your own color, change color in themefile","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BlurpleRecolor/BlurpleRecolor.theme.css"}*//{}
|
||||||
|
|
||||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//META{"name":"EmojiReplace","description":"Replaces discords emojis with emojis of a provider of your choice.","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/EmojiReplace/EmojiReplace.theme.css"}*//{}
|
//META{"name":"EmojiReplace","description":"Replaces discords emojis with emojis of a provider of your choice","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/EmojiReplace/EmojiReplace.theme.css"}*//{}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
!!READ THIS!!
|
!!READ THIS!!
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
//META{"name":"FullThemeDark","description":"Fixes all unthemed sections in the native dark theme of discord.","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css"}*//{}
|
//META{"name":"FullThemeDark","description":"Fixes all unthemed sections in the native dark theme of discord","author":"DevilBro","version":"1.0.0","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css"}*//{}
|
||||||
|
|
||||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/FullThemeDark/FullThemeDark.css);
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/FullThemeDark/FullThemeDark.css);
|
|
@ -1,4 +1,4 @@
|
||||||
//META{"name":"ServerColumns","description":"Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file.","author":"DevilBro","version":"1.0.6","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/ServerColumns/ServerColumns.theme.css"}*//{}
|
//META{"name":"ServerColumns","description":"Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file","author":"DevilBro","version":"1.0.6","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/ServerColumns/ServerColumns.theme.css"}*//{}
|
||||||
|
|
||||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue