mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Mark the full-screen display mode as recommended due to lower latency and better frame pacing
This commit is contained in:
@@ -272,7 +272,7 @@ ScrollView {
|
|||||||
model: ListModel {
|
model: ListModel {
|
||||||
id: windowModeListModel
|
id: windowModeListModel
|
||||||
ListElement {
|
ListElement {
|
||||||
text: "Full-screen"
|
text: "Full-screen (Recommended)"
|
||||||
val: StreamingPreferences.WM_FULLSCREEN
|
val: StreamingPreferences.WM_FULLSCREEN
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
|
|||||||
Reference in New Issue
Block a user