Skip to content

Commit

Permalink
Fix help widget toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalyashu committed Jul 8, 2019
1 parent e8936da commit 418912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Expand Up @@ -8,7 +8,7 @@
<div class="help__widget-icon" @click="toggleHelpWidget">
?
</div>
<dropdown-list v-show="helpWidget" class="help__widget-dropdown">
<dropdown-list v-if="helpWidget" class="help__widget-dropdown">
<dropdown-item @click.native="websiteUrl">
Website 💻
</dropdown-item>
Expand Down

0 comments on commit 418912f

Please sign in to comment.