chore: show version on error page

This commit is contained in:
Adam
2025-12-26 14:35:40 -06:00
committed by Aiden Cline
parent b3ab52fe79
commit 52d81bdfd2
6 changed files with 27 additions and 12 deletions
+3
View File
@@ -5,6 +5,9 @@ export type Platform = {
/** Platform discriminator */
platform: "web" | "tauri"
/** App version */
version?: string
/** Open a URL in the default browser */
openLink(url: string): void