mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-09 12:32:40 +01:00
Add reload animation when reopening the main window by using the switchPage loader
This commit is contained in:
parent
ef06a08f16
commit
8a3ec76edd
@ -24,6 +24,11 @@ ApplicationWindow {
|
||||
title: "ScreenPlay Alpha - V0.10.1"
|
||||
minimumHeight: 450
|
||||
minimumWidth: 1050
|
||||
onVisibilityChanged: {
|
||||
if(window.visibility === 2){
|
||||
switchPage("Installed")
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (!ScreenPlay.settings.silentStart) {
|
||||
|
Loading…
Reference in New Issue
Block a user