add debug logging for newer features

This commit is contained in:
Mystikfluu
2022-07-26 01:10:41 +02:00
parent 232a2ece09
commit 285c371f27
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -314,6 +314,7 @@ async function loadChannels() {
main()
let settings = await (await fetch("/api/settings")).json()
console.log(settings)
if(settings != "null") {
if(settings.ACCR == false) {
unreply()