feat(pwa): add install orientation setting (#900)
This commit is contained in:
@@ -119,6 +119,7 @@ export type DesktopSettings = {
|
||||
gitProviderId?: string;
|
||||
gitModelId?: string;
|
||||
pwaAppName?: string;
|
||||
pwaOrientation?: 'system' | 'portrait' | 'landscape';
|
||||
inputSpellcheckEnabled?: boolean;
|
||||
showToolFileIcons?: boolean;
|
||||
showExpandedBashTools?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user