tauri notifications (#5875)

This commit is contained in:
Anthony Stirling
2026-03-05 18:30:20 +00:00
committed by GitHub
parent 0f7ee5c5b0
commit 879ffc066f
10 changed files with 168 additions and 1 deletions
@@ -0,0 +1,4 @@
// Stub - overridden in desktop builds
export async function notifyPdfProcessingComplete(_fileCount: number): Promise<void> {
// Web builds: no-op
}