chore: update app.js.template

minor fix
This commit is contained in:
Ikko Eltociear Ashimine
2024-09-30 00:11:43 +09:00
committed by GitHub
parent 90670ffdf0
commit 1aa4b7d79b
+1 -1
View File
@@ -551,7 +551,7 @@ function getPreferredColorScheme(){
}
// Write chosen color scheme to local storage
// Unless the system scheme matches the the stored scheme, in which case... remove from local storage
// Unless the system scheme matches the stored scheme, in which case... remove from local storage
function savePreferredColorScheme(scheme){
var systemScheme = 'light';