This commit is contained in:
sanjayk03-dev
2024-02-22 04:35:32 +05:30
parent e7795b2742
commit e501490639
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -202,7 +202,6 @@ module.exports = {
var macrosName = document.getElementById("macros-name").value; var macrosName = document.getElementById("macros-name").value;
var macrosColor = document.getElementById("macros-color").value; var macrosColor = document.getElementById("macros-color").value;
var macrosAlert = this.isChecked; var macrosAlert = this.isChecked;
console.log(macrosAlert);
const formattedFilename = macrosName const formattedFilename = macrosName
.replace(/\\/g, "_") .replace(/\\/g, "_")
.replace(/\//g, "_") .replace(/\//g, "_")