mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
GODT-1820: hide app windows and tray icon before initating app shutdown.
This commit is contained in:
@ -89,6 +89,8 @@ QtObject {
|
||||
}
|
||||
|
||||
onQuit: {
|
||||
mainWindow.hide()
|
||||
trayIcon.visible = false
|
||||
Backend.quit()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user