Remove deprecated support for debug
as a boolean in the configuration file
This commit is contained in:
parent
d0f5d5025e
commit
deaf803467
@ -100,12 +100,6 @@ function setHome(newPath) {
|
|||||||
const manifest = require("../public/manifest.json");
|
const manifest = require("../public/manifest.json");
|
||||||
this.config.themeColor = manifest.theme_color;
|
this.config.themeColor = manifest.theme_color;
|
||||||
|
|
||||||
// TODO: Remove in future release
|
|
||||||
if (this.config.debug === true) {
|
|
||||||
log.warn("debug option is now an object, see defaults file for more information.");
|
|
||||||
this.config.debug = {ircFramework: true};
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: Remove in future release
|
// TODO: Remove in future release
|
||||||
// Backwards compatibility for old way of specifying themes in settings
|
// Backwards compatibility for old way of specifying themes in settings
|
||||||
if (this.config.theme.includes(".css")) {
|
if (this.config.theme.includes(".css")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user