mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Add preference and tweak connection warning
This commit is contained in:
@@ -476,6 +476,16 @@ Flickable {
|
||||
prefs.startWindowed = !checked
|
||||
}
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: connectionWarningsCheck
|
||||
text: "Show connection quality warnings"
|
||||
font.pointSize: 12
|
||||
checked: prefs.connectionWarnings
|
||||
onCheckedChanged: {
|
||||
prefs.connectionWarnings = checked
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user