mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Fix connection termination dialog regression from 03c0be0720
This commit is contained in:
parent
cabbba2448
commit
08482577eb
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Item {
|
|||
id: errorDialog
|
||||
|
||||
onVisibleChanged: {
|
||||
if (!visible) {
|
||||
if (!visible && quitAfter) {
|
||||
Qt.quit()
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue