mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-18 14:20:06 +00:00
Fix connection termination dialog regression from 03c0be0720
This commit is contained in:
@@ -177,7 +177,7 @@ Item {
|
||||
id: errorDialog
|
||||
|
||||
onVisibleChanged: {
|
||||
if (!visible) {
|
||||
if (!visible && quitAfter) {
|
||||
Qt.quit()
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user