修复警告和错误
This commit is contained in:
@@ -2,7 +2,7 @@ import { invoke } from "@tauri-apps/api/core"
|
||||
|
||||
export async function notifyTurnComplete(
|
||||
title: string,
|
||||
body: string,
|
||||
body: string
|
||||
): Promise<void> {
|
||||
if (!document.hidden) return
|
||||
await invoke("send_notification", { title, body })
|
||||
|
||||
Reference in New Issue
Block a user