feat: use native context menu in tray panel
This commit is contained in:
@@ -401,6 +401,9 @@ try {
|
||||
},
|
||||
async setBadge(count: number) : Promise<void> {
|
||||
await TAURI_INVOKE("set_badge", { count });
|
||||
},
|
||||
async openMainWindow() : Promise<void> {
|
||||
await TAURI_INVOKE("open_main_window");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user