mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2026-04-02 20:35:22 +00:00
cleanup
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user