mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 01:20:20 +02:00
Merge pull request #89 from SteamDeckHomebrew/RodoMa92-patch-1
fix: the typescript compiler was eating the enum
This commit is contained in:
@@ -57,7 +57,7 @@ export interface FilePickerRes {
|
||||
realpath: string;
|
||||
}
|
||||
|
||||
export enum FileSelectionType {
|
||||
export const enum FileSelectionType {
|
||||
FILE,
|
||||
FOLDER,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user