Skip to content

Commit

Permalink
Add 18m to frequency list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashintime committed Jan 7, 2024
1 parent a26d152 commit 20c9c49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gui/src/components/dynamic_components2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,14 @@ function quickfill() {
<small>EU / US</small>
<h6>15m</h6>
</div>
</a>
</a>
<a href="#" class="list-group-item list-group-item-action" @click="updateFrequencyAndApply(14093000)">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">18.106 MHz</h5>
<small>EU / US</small>
<h6>17m</h6>
</div>
</a>
<a href="#" class="list-group-item list-group-item-action" @click="updateFrequencyAndApply(14093000)">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">14.093 MHz</h5>
Expand Down

0 comments on commit 20c9c49

Please sign in to comment.