mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-02-10 11:40:28 +08:00
fix: unmaximize save
This commit is contained in:
parent
197c9d3af8
commit
767cdfeef3
@ -117,6 +117,10 @@ function setupWindowEvents(
|
||||
windowState.saveState(window)
|
||||
})
|
||||
|
||||
window.on('unmaximize', () => {
|
||||
windowState.saveState(window)
|
||||
})
|
||||
|
||||
window.on('move', () => {
|
||||
windowState.saveState(window)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user