This commit is contained in:
Mirco Wittrien 2020-10-16 10:30:44 +02:00
parent 0aee5ec939
commit 485cf8ebd7
11 changed files with 24 additions and 24 deletions

View File

@ -43,9 +43,9 @@ module.exports = (_ => {
onLoad() {
this.defaults = {
settings: {
addFirstLast: {value:true, description:"Adds a first and last page button"},
addJumpTo: {value:true, description:"Adds a jump to input field (press enter to jump)"},
cloneToTheTop: {value:true, description:"Clones the controls to the top of the results page"}
addFirstLast: {value:true, description:"Add a first and last page button"},
addJumpTo: {value:true, description:"Add a jump to input field (press enter to jump)"},
cloneToTheTop: {value:true, description:"Clone the controls to the top of the results page"}
}
};

View File

@ -44,7 +44,7 @@ module.exports = (_ => {
onLoad() {
this.defaults = {
configs: {
empty: {value:false, description:"Allows the replacevalue to be empty (ignoring the default)"},
empty: {value:false, description:"Allow the replacevalue to be empty (ignoring the default)"},
case: {value:false, description:"Handle the wordvalue case sensitive"},
exact: {value:true, description:"Handle the wordvalue as an exact word and not as part of a word"},
regex: {value:false, description:"Handle the wordvalue as a RegExp string"}

View File

@ -70,8 +70,8 @@ module.exports = (_ => {
this.defaults = {
settings: {
addOnlineCount: {value:true, description:"Adds an online friend counter to the server list (click to open logs)"},
showDiscriminator: {value:false, description:"Adds the user discriminator"},
addOnlineCount: {value:true, description:"Add an online friend counter to the server list (click to open logs)"},
showDiscriminator: {value:false, description:"Add the user discriminator"},
disableForNew: {value:false, description:"Disable Notifications for newly added Friends:"},
muteOnDND: {value:false, description:"Do not notify me when I am DnD"},
openOnClick: {value:false, description:"Open the DM when you click a Notification"}

View File

@ -78,7 +78,7 @@ module.exports = (_ => {
this.defaults = {
settings: {
useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"},
addTranslateButton: {value:true, description:"Adds an translate button to the chatbar"},
addTranslateButton: {value:true, description:"Add an translate button to the chatbar"},
sendOriginalMessage: {value:false, description:"Send the original message together with the translation"}
},
choices: {

View File

@ -100,8 +100,8 @@ module.exports = (_ => {
addDetails: {value:true, inner:false, description:"Add image details (name, size, amount) in the image modal"},
showAsHeader: {value:true, inner:false, description:"Show image details as a details header above the image in the chat"},
showOnHover: {value:false, inner:false, description:"Show image details as Tooltip in the chat"},
enableGallery: {value:true, inner:false, description:"Displays previous/next Images in the same message in the image modal"},
enableZoom: {value:true, inner:false, description:"Creates a zoom lense if you press down on an image in the image modal"},
enableGallery: {value:true, inner:false, description:"Display previous/next Images in the same message in the image modal"},
enableZoom: {value:true, inner:false, description:"Create a zoom lense if you press down on an image in the image modal"},
enableCopyImg: {value:true, inner:false, description:"Add a copy image option in the image modal"},
enableSaveImg: {value:true, inner:false, description:"Add a save image as option in the image modal"},
useChromium: {value:false, inner:false, description:"Use an inbuilt browser window instead of opening your default browser"},

View File

@ -48,9 +48,9 @@ module.exports = (_ => {
settings: {
sortInRecentOrder: {value:false, inner:true, description:"Channel List"},
sortInRecentOrderGuild: {value:false, inner:true, description:"Guild List"},
showPinIcon: {value:true, inner:false, description:"Shows a little 'Pin' icon for pinned DMs in the server list:"},
showCategoryUnread: {value:true, inner:false, description:"Shows the amount of unread Messages in a category in the channel list:"},
showCategoryAmount: {value:true, inner:false, description:"Shows the amount of pinned DMs in a category in the channel list:"}
showPinIcon: {value:true, inner:false, description:"Show a little 'Pin' icon for pinned DMs in the server list:"},
showCategoryUnread: {value:true, inner:false, description:"Show the amount of unread Messages in a category in the channel list:"},
showCategoryAmount: {value:true, inner:false, description:"Show the amount of pinned DMs in a category in the channel list:"}
}
};

View File

@ -109,7 +109,7 @@ module.exports = (_ => {
name: plugin.getName,
version: plugin.getVersion,
author: plugin.getAuthor,
description: plugin.getDescription || "No Description found.",
description: plugin.getDescription || "No Description found",
fav: favorites.includes(url) ? favStates.FAVORIZED : favStates.NOT_FAVORIZED,
new: plugin.getState == pluginStates.DOWNLOADABLE && !cachedPlugins.includes(url) ? newStates.NEW : newStates.NOT_NEW,
state: plugin.getState
@ -400,8 +400,8 @@ module.exports = (_ => {
this.defaults = {
settings: {
useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"},
notifyOutdated: {value:true, description:"Notifies you when one of your Plugins is outdated"},
notifyNewEntries: {value:true, description:"Notifies you when there are new entries in the Repo"}
notifyOutdated: {value:true, description:"Get a notification when one of your Plugins is outdated"},
notifyNewEntries: {value:true, description:"Get a notification when there are new entries in the Repo"}
},
modalSettings: {
updated: {value:true, modify:true, description:"Show updated Plugins",},

View File

@ -44,8 +44,8 @@ module.exports = (_ => {
onLoad() {
this.defaults = {
settings: {
addClearButton: {value:true, inner:false, description:"Adds a 'Clear Mentions' button to the recent mentions popout"},
confirmClear: {value:false, inner:false, description:"Asks for your confirmation before clearing reads"},
addClearButton: {value:true, inner:false, description:"Add a 'Clear Mentions' button to the recent mentions popout"},
confirmClear: {value:false, inner:false, description:"Ask for your confirmation before clearing reads"},
includeGuilds: {value:true, inner:true, description:"unread Servers"},
includeMuted: {value:false, inner:true, description:"muted unread Servers"},
includeDMs: {value:false, inner:true, description:"unread DMs"}

View File

@ -367,7 +367,7 @@ module.exports = (_ => {
settingsItems.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.CollapseContainer, {
title: "Placeholder Guide",
dividertop: true,
dividerTop: true,
collapseStates: collapseStates,
children: [
"$hour will be replaced with the hour of the date",

View File

@ -364,8 +364,8 @@ module.exports = (_ => {
closeAllFolders: {value:false, description:"Close all folders when selecting a server"},
forceOpenFolder: {value:false, description:"Force a folder to open when switching to a server of that folder"},
showCountBadge: {value:true, description:"Display badge for amount of servers in a folder"},
extraColumn: {value:true, description:"Moves the servers from opened folders in an extra column"},
addSeparators: {value:true, description:"Adds separators between servers of different folders in extra column"}
extraColumn: {value:true, description:"Move the servers from opened folders in an extra column"},
addSeparators: {value:true, description:"Add separators between servers of different folders in extra column"}
}
};

View File

@ -116,7 +116,7 @@ module.exports = (_ => {
name: theme.name,
version: theme.version,
author: theme.author,
description: theme.description || "No Description found.",
description: theme.description || "No Description found",
fav: favorites.includes(url) ? favStates.FAVORIZED : favStates.NOT_FAVORIZED,
new: theme.state == themeStates.DOWNLOADABLE && !cachedThemes.includes(url) ? newStates.NEW : newStates.NOT_NEW,
state: theme.state,
@ -693,8 +693,8 @@ module.exports = (_ => {
settings: {
useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"},
keepOnTop: {value:false, description:"Keep the preview window always on top"},
notifyOutdated: {value:true, description:"Notifies you when one of your Themes is outdated"},
notifyNewentries: {value:true, description:"Notifies you when there are new entries in the Repo"}
notifyOutdated: {value:true, description:"Get a notification when one of your Themes is outdated"},
notifyNewentries: {value:true, description:"Get a notification when there are new entries in the Repo"}
},
modalSettings: {
updated: {value:true, modify:true, description:"Show updated Themes",},
@ -972,7 +972,7 @@ module.exports = (_ => {
BDFDB.DOMUtils.remove(loadingicon, ".themerepo-loadingicon");
loading = {is:false, timeout:null, amount:loading.amount};
BDFDB.LogUtils.log("Finished fetching Themes.", this.name);
BDFDB.LogUtils.log("Finished fetching Themes", this.name);
if (list) BDFDB.ReactUtils.forceUpdate(list);
if ((settings.notifyOutdated || settings.notifyOutdated == undefined) && outdated > 0) {