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

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