Skip to content

Commit

Permalink
removing toggle from spectral extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Apr 25, 2024
1 parent 1abe0bb commit 1799309
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,6 @@
</div>
</div>

<div>
<v-row>
<v-switch
v-model="translate_unit"
label="Translate units"
hint="Toggle between surface brightness and flux units"
persistent-hint
></v-switch>
</v-row>
</div>

<div @mouseover="() => active_step='ext'">
<j-plugin-section-header :active="active_step==='ext'">Extract</j-plugin-section-header>

Expand Down Expand Up @@ -280,5 +269,6 @@
</v-overlay>
</div>
</div>

</j-tray-plugin>
</template>

0 comments on commit 1799309

Please sign in to comment.