forked from Silverfish/proton-bridge
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