1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Fix exit dialog

This commit is contained in:
Elias Steurer 2024-04-14 14:29:11 +02:00
parent cb11bd08c0
commit 413c4ebef5
2 changed files with 6 additions and 1 deletions

View File

@ -97,7 +97,7 @@ ApplicationWindow {
App.showDockIcon(false)
return
}
exitDialog.open()
baseLoader.item.openExitDialog()
}
Loader {

View File

@ -15,6 +15,11 @@ Item {
"qrc:/qml/ScreenPlayApp/qml/Installed/InstalledView.qml")
startTimer.start()
}
function openExitDialog(){
exitDialog.open()
}
Timer {
id: startTimer
interval: 10