fixed a string

This commit is contained in:
Zack Rauen 2017-11-04 11:13:43 -04:00
parent 23685f6cb0
commit 2db5607b0a
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ var mainCore;
var settings = {
"Startup Error Modal": { "id": "bda-gs-9", "info": "Show a modal with plugin/theme errors on startup.", "implemented": true, "hidden": false, "cat": "core"},
"Show Plugin Toasts": { "id": "bda-gs-10", "info": "Shows a small notification for starting and stopping plugins.", "implemented": true, "hidden": false, "cat": "core"},
"Show Toasts": { "id": "bda-gs-10", "info": "Shows a small notification for starting and stopping plugins & themes.", "implemented": true, "hidden": false, "cat": "core"},
"Save logs locally": { "id": "bda-gs-0", "info": "Saves chat logs locally", "implemented": false, "hidden": false, "cat": "core"},
"Public Servers": { "id": "bda-gs-1", "info": "Display public servers button", "implemented": false, "hidden": false, "cat": "core"},
"Minimal Mode": { "id": "bda-gs-2", "info": "Hide elements and reduce the size of elements.", "implemented": true, "hidden": false, "cat": "core"},

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long