mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
App orientation (#369)
* Configurable screen orientation - Follow system (default) - Fixed in portrait - Fixed in landscape * Fix for dialog
This commit is contained in:
@ -627,6 +627,21 @@
|
||||
"onOrderDetails": "Items currently on order",
|
||||
"@onOrderDetails": {},
|
||||
|
||||
"orientation": "Screen Orientation",
|
||||
"@orientation": {},
|
||||
|
||||
"orientationDetail": "Screen orientation (requires restart)",
|
||||
"@orientationDetail": {},
|
||||
|
||||
"orientationLandscape": "Landscape",
|
||||
"@orientationLandscape": {},
|
||||
|
||||
"orientationPortrait": "Portrait",
|
||||
"@orientationPortrait": {},
|
||||
|
||||
"orientationSystem": "System",
|
||||
"@orientationSystem": {},
|
||||
|
||||
"outstanding": "Outstanding",
|
||||
"@outstanding": {},
|
||||
|
||||
|
Reference in New Issue
Block a user