fixing checkbox

This commit is contained in:
sanjayk03-dev
2024-02-22 03:54:38 +05:30
parent df50a22bd8
commit f10791bb6d
3 changed files with 5 additions and 5 deletions

View File

@@ -545,7 +545,7 @@ module.exports = {
}
try {
this.load();
if (this.config.macros[id].alert) {
if (this.config.macros[id].alert == true) {
this.macrosLoading = true;
} else {
setImmediate(() => this.start_pause());