Update settings.html

This commit is contained in:
Anonymus Raccoon
2019-05-16 09:28:21 +02:00
committed by GitHub
parent 2ff33436e5
commit f612fd189e

View File

@@ -51,6 +51,7 @@
if($("#body").hasClass("dark-mode"))
{
console.log("dark mode is on");
console.log("switch: " + $(".switch"));
$(".switch").prop("checked", true); //Lol ca marche pas
}