1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-19 00:42:33 +02:00

Add reload animation when reopening the main window by using the switchPage loader

This commit is contained in:
Elias Steurer 2020-03-31 17:23:45 +02:00
parent ef06a08f16
commit 8a3ec76edd

View File

@ -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) {