mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
export enum UIMode {
|
|
BigPicture = 4,
|
|
Desktop = 7,
|
|
}
|