final fix

This commit is contained in:
sanjayk03-dev
2024-02-22 04:42:07 +05:30
parent e501490639
commit b2f5771e0d

View File

@@ -72,7 +72,7 @@ module.exports = {
}
},
editedAlert: function () {
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != this.isChecked) {
if (this.tab != 0 ) {
this.$dispatch("macros-edited");
}
},