This commit is contained in:
2021-04-07 12:28:05 +02:00
parent 46704211fa
commit 72ee5d7641
9 changed files with 26 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ export default class TrayUtility {
static setStatus(status: string) {
this.menu[0].label = status
this.tray.setContextMenu(this.build())
this.tray?.setContextMenu(this.build())
}
private static build() {