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:
parent
cb11bd08c0
commit
413c4ebef5
@ -97,7 +97,7 @@ ApplicationWindow {
|
||||
App.showDockIcon(false)
|
||||
return
|
||||
}
|
||||
exitDialog.open()
|
||||
baseLoader.item.openExitDialog()
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
@ -15,6 +15,11 @@ Item {
|
||||
"qrc:/qml/ScreenPlayApp/qml/Installed/InstalledView.qml")
|
||||
startTimer.start()
|
||||
}
|
||||
|
||||
function openExitDialog(){
|
||||
exitDialog.open()
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: startTimer
|
||||
interval: 10
|
||||
|
Loading…
Reference in New Issue
Block a user