mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
Rename start in windowed mode option to be more accurate
This commit is contained in:
parent
b97758ef46
commit
094443cf26
@ -462,12 +462,12 @@ Flickable {
|
|||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: startWindowedCheck
|
id: startMaximizedCheck
|
||||||
text: "Start Moonlight in windowed mode"
|
text: "Maximize Moonlight window on startup"
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
checked: prefs.startWindowed
|
checked: !prefs.startWindowed
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
prefs.startWindowed = checked
|
prefs.startWindowed = !checked
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user