Skip to content

Commit

Permalink
🐛 Fix: miniWindow minimize bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 7, 2020
1 parent 0d6fdc4 commit 5f2b7c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/renderer/pages/MiniPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ export default class extends Vue {
}
},
{
label: '最小化窗口',
role: 'minimize'
label: '隐藏窗口',
click () {
remote.BrowserWindow.getFocusedWindow()!.hide()
}
},
{
label: '重启应用',
Expand Down

0 comments on commit 5f2b7c7

Please sign in to comment.