Add support for configuration profiles.

This commit is contained in:
Dermot Duffy
2024-03-28 21:41:48 -07:00
parent 0b9935dfe2
commit bde4e6cd38
25 changed files with 412 additions and 184 deletions
+7 -5
View File
@@ -401,11 +401,6 @@
"editor_label": "Feature Options",
"media_chunk_size": "Media chunk size"
},
"profile": "Performance profile",
"profiles": {
"high": "High/full performance",
"low": "Low performance"
},
"style": {
"border_radius": "Curves",
"box_shadow": "Shadows",
@@ -413,6 +408,11 @@
},
"warning": "This card is in low profile mode so defaults have changed to optimize performance"
},
"profiles": {
"editor_label": "Configuration profiles",
"low-performance": "Low performance",
"scrubbing": "Video scrubbing"
},
"view": {
"camera_select": "View for newly selected cameras",
"dark_mode": "Dark mode",
@@ -497,6 +497,8 @@
"overrides_secondary": "Dynamic configuration overrides detected",
"performance": "Performance",
"performance_secondary": "Card performance options",
"profiles": "Configuration profiles",
"profiles_secondary": "Choose pre-configured sets of defaults",
"timeline": "Timeline",
"timeline_secondary": "Event timeline options",
"upgrade": "Upgrade",