mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-14 05:58:17 +08:00
maybe fix panic when close the software
This commit is contained in:
@@ -13,9 +13,6 @@ func setupPlayerWindow() {
|
||||
playerWindow.SetCloseIntercept(func() {
|
||||
playerWindow.Hide()
|
||||
})
|
||||
MainWindow.SetOnClosed(func() {
|
||||
playerWindow.Close()
|
||||
})
|
||||
playerWindow.Hide()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user