Fix error dialog focus issues after dismissal on Steam Link

This commit is contained in:
Cameron Gutman
2019-03-31 13:57:57 -07:00
parent 1d94903eef
commit 81ad1a18fa
7 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Item {
}
}
MessageDialog {
NavigableMessageDialog {
id: quitAppDialog
modality:Qt.WindowModal
text:"Are you sure you want to quit " + appName +"? Any unsaved progress will be lost."