mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-04 23:19:09 +08:00
🐛 Fix: miniWindow minimize bug
This commit is contained in:
@@ -170,8 +170,10 @@ export default class extends Vue {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '最小化窗口',
|
label: '隐藏窗口',
|
||||||
role: 'minimize'
|
click () {
|
||||||
|
remote.BrowserWindow.getFocusedWindow()!.hide()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '重启应用',
|
label: '重启应用',
|
||||||
|
|||||||
Reference in New Issue
Block a user