added auto updating of themes

This commit is contained in:
SethBurkart123
2024-04-07 17:19:14 +10:00
parent 801e97e6ff
commit 438f52f29c
4 changed files with 44 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export class MessageHandler {
break;
default:
console.log('Unknown request info:', request.info);
console.debug('Unknown request info:', request.info);
}
}