mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Other: reactive show on startup
This commit is contained in:
@ -188,6 +188,10 @@ QtObject {
|
||||
mainWindow.showAndRise()
|
||||
}
|
||||
|
||||
if (root.backend.showOnStartup) {
|
||||
mainWindow.showAndRise()
|
||||
}
|
||||
|
||||
root.backend.guiReady()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user