* load window settings, theme, tray menu
()
| 597 | * load window settings, theme, tray menu |
| 598 | */ |
| 599 | loadSettings() { |
| 600 | this.#settings = serveIPC.storeSet |
| 601 | this.changeTheme() |
| 602 | this.populateContextIcons() |
| 603 | this.trayContextMenu() |
| 604 | } |
| 605 | |
| 606 | // #region color theme |
| 607 | /** @type {string} */ |
no test coverage detected