logging state while running macros

This commit is contained in:
sanjayk03-dev
2024-03-25 11:33:37 +05:30
parent 28424ff48f
commit 6fc9ff6004
2 changed files with 3 additions and 3 deletions

View File

@@ -546,7 +546,7 @@ module.exports = {
}
try {
this.load();
console.log("selected", this.state.selected);
console.log("selected", this.state);
if (this.config.macros[id].alert == true) {
this.macrosLoading = true;
} else {