Fix the prefs for darkmode loading inverted (#43639)

I can't believe this was the problem just end my life do it
This commit is contained in:
Rob Bailey
2019-04-18 22:43:21 -07:00
committed by Tad Hardesty
parent 8f2a69846f
commit 272fcb60f3
@@ -723,8 +723,8 @@ $(function() {
$("body").css('line-height', savedConfig.slineHeight);
internalOutput('<span class="internal boldnshit">Loaded line height setting of: '+savedConfig.slineHeight+'</span>', 'internal');
}
if(savedConfig.sdarkmode == 'false'){
swap(); //They dont want darkmode, so switch!
if(savedConfig.sdarkmode == 'true'){
swap();
}
if (savedConfig.spingDisabled) {
if (savedConfig.spingDisabled == 'true') {