Skip to content

Commit

Permalink
CompassHUD: allow using -180/+180 range
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Sep 28, 2023
1 parent 12e3aa3 commit 78f1fa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/widgets/CompassHUD.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
hide-details
@change="widget.options.showYawValue = !widget.options.showYawValue"
/>
<v-switch
class="ma-1"
label="Use -180/+180 range"
:color="widget.options.useNegativeRange ? 'rgb(0, 20, 80)' : undefined"
:model-value="widget.options.useNegativeRange"
hide-details
@change="widget.options.useNegativeRange = !widget.options.useNegativeRange"
/>
<v-expansion-panels>
<v-expansion-panel>
<v-expansion-panel-title>Color</v-expansion-panel-title>
Expand Down

0 comments on commit 78f1fa5

Please sign in to comment.