handle android and swap to os icons
This commit is contained in:
@@ -8,7 +8,7 @@ export interface Library {
|
||||
coverExt: string | null
|
||||
}
|
||||
|
||||
export type GamePlatform = 'windows' | 'linux' | 'macos'
|
||||
export type GamePlatform = 'windows' | 'linux' | 'macos' | 'android'
|
||||
|
||||
export interface GameFile {
|
||||
path: string
|
||||
|
||||
Reference in New Issue
Block a user