Skip to content

Commit

Permalink
fix close button
Browse files Browse the repository at this point in the history
  • Loading branch information
joon610 committed Jan 7, 2020
1 parent 04c9b5e commit 8bcf6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
v-btn.issue-button(v-else @click="openBugReport()" style="-webkit-app-region: no-drag")
span.mr-2 Issues
v-icon fa-external-link-square-alt
v-btn.close-button(style="-webkit-app-region: no-drag" @click ="windowClose()")
v-btn.close-button(v-if="isWindow === true" style="-webkit-app-region: no-drag" @click ="windowClose()")
v-icon fa-times
v-content
router-view
Expand Down

0 comments on commit 8bcf6a1

Please sign in to comment.