mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-10 15:26:09 +01:00
Added system tray icon and number, preferences, debug,
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user