Added system tray icon and number, preferences, debug,

This commit is contained in:
Ximi1970
2020-01-22 23:14:46 +01:00
parent 49d05884d6
commit 2ba2bb9ce8
29 changed files with 2730 additions and 380 deletions

View File

@@ -4,15 +4,7 @@ SysTrayX.Accounts = {
initialized: false,
init: function() {
if (this.initialized) {
console.log("Accounts already initialized");
return;
}
console.log("Enabling Accounts");
this.getAccounts().then(this.getAccountsCb);
this.initialized = true;
},
/*