This commit is contained in:
2026-02-09 21:48:47 +02:00
parent fc2fc3a907
commit ca67773650
6 changed files with 20 additions and 10 deletions
+5
View File
@@ -51,6 +51,11 @@ export default {
this.store.snackbar.color = color;
this.store.snackbar.timeout = timeout;
this.store.snackbar.show = true;
},
debug(...args){
if (this.store?.prefs?.debug){
console.log(...args);
}
}
}
}