fix logic operator in commandline.js

This commit is contained in:
bhomie 2020-06-24 22:54:26 -07:00
parent e74cc09239
commit 442da447b7

View file

@ -589,7 +589,7 @@ $(document).ready(e => {
}else{
hideCommandLine();
}
if (config.customTheme = true) {
if (config.customTheme === true) {
setCustomTheme();
}else{
setTheme(config.theme)