Skip to content

Commit

Permalink
UI: button "?" is accessible even when the settings option is disable…
Browse files Browse the repository at this point in the history
…d for editing
  • Loading branch information
stenya committed Nov 22, 2023
1 parent af87c84 commit 154fd41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/settings/settings-connection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
</select>

<button
style="pointer-events: auto"
class="noBordersBtn flexRow"
title="Help"
v-on:click="onShowHelpObfsproxy"
Expand Down Expand Up @@ -306,6 +307,7 @@
</select>

<button
style="pointer-events: auto"
class="noBordersBtn flexRow"
title="Help"
v-on:click="onShowHelpObfsproxy"
Expand Down

0 comments on commit 154fd41

Please sign in to comment.