chore: add some improvements and remove linux support
This commit is contained in:
@@ -429,9 +429,6 @@ async openMainWindow() : Promise<void> {
|
||||
},
|
||||
async forceQuit() : Promise<void> {
|
||||
await TAURI_INVOKE("force_quit");
|
||||
},
|
||||
async setBadge(count: number) : Promise<void> {
|
||||
await TAURI_INVOKE("set_badge", { count });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user