Prevent double-clicks from triggering pairing twice. Fixes #286
This commit is contained in:
parent
13eed48877
commit
1669095fb1
1 changed files with 6 additions and 0 deletions
|
|
@ -235,6 +235,12 @@ CenteredGridView {
|
|||
|
||||
NavigableMessageDialog {
|
||||
id: pairDialog
|
||||
|
||||
// Pairing dialog must be modal to prevent double-clicks from triggering
|
||||
// pairing twice
|
||||
modal: true
|
||||
closePolicy: Popup.CloseOnEscape
|
||||
|
||||
// don't allow edits to the rest of the window while open
|
||||
property string pin : "0000"
|
||||
text:"Please enter " + pin + " on your GameStream PC. This dialog will close when pairing is completed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue