Skip to content

Commit

Permalink
Add settings map for ENABLE_QOPENHD
Browse files Browse the repository at this point in the history
Closes: #40
  • Loading branch information
steveatinfincia committed Nov 23, 2019
1 parent da0b55a commit b22f6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/ui/SettingsMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Item {
"QUIET": {title: "Enable quiet mode", itemType: "bool", trueValue: "Y", falseValue: "N"},
"ENABLE_SCREENSHOTS": {title: "Enable OSD screenshots", itemType: "bool", trueValue: "Y", falseValue: "N"},
"DISPLAY_OSD": {title: "Display OSD", info: "Controls whether the OSD is shown on the ground station display", itemType: "bool", trueValue: "Y", falseValue: "N"},
"ENABLE_QOPENHD": {title: "Use QOpenHD as OSD", info: "Select between QOpenHD and the older OSD. If disabled, you must edit the config file to enable QOpenHD again.", itemType: "bool", trueValue: "Y", falseValue: "N"},

})

property var videoSettingsMap: ({
Expand Down

0 comments on commit b22f6a0

Please sign in to comment.