chore: show version on error page
This commit is contained in:
parent
e71bc8c0b0
commit
76ac1ccb6b
6 changed files with 27 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue