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
+2 -2
View File
@@ -238,7 +238,7 @@ GridView {
}
}
MessageDialog {
NavigableMessageDialog {
id: pairDialog
// don't allow edits to the rest of the window while open
modality:Qt.WindowModal
@@ -250,7 +250,7 @@ GridView {
}
}
MessageDialog {
NavigableMessageDialog {
id: deletePcDialog
// don't allow edits to the rest of the window while open
modality:Qt.WindowModal