Skip to content

Commit

Permalink
fix(extension): hide settins button, fixed #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Jun 14, 2020
1 parent 47e6903 commit da28026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/OEmbedView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<q-btn-dropdown dropdown-icon="more_vert" split flat @click="onConfirm">
<span class="text-blue" slot="label">{{$o.lang.label.submit}}</span>
<q-list style="min-width: 120px;">
<o-common-item icon="settings" :label="$o.lang.label.settings" />
<o-common-item icon="settings" :label="$o.lang.label.settings" v-if="false" />
<o-common-item icon="delete" :label="$o.lang.label.remove" @click.native="onDelete" />
<o-common-item icon="help_outline" :label="$o.lang.label.help" @click.native="onHelp" />
</q-list>
Expand Down

0 comments on commit da28026

Please sign in to comment.