mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
better ergonomics for versions (#2717)
This commit is contained in:
@@ -22,7 +22,7 @@ const VERSION_2 = new Uint8Array([2])
|
||||
export class SideloadPage {
|
||||
isMobile = isPlatform(window, 'ios') || isPlatform(window, 'android')
|
||||
toUpload: {
|
||||
manifest: T.Manifest | null
|
||||
manifest: { title: string; version: string } | null
|
||||
icon: string | null
|
||||
file: File | null
|
||||
} = {
|
||||
|
||||
Reference in New Issue
Block a user