mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Rename start in windowed mode option to be more accurate
This commit is contained in:
parent
b97758ef46
commit
094443cf26
1 changed files with 4 additions and 4 deletions
|
@ -462,12 +462,12 @@ Flickable {
|
|||
spacing: 5
|
||||
|
||||
CheckBox {
|
||||
id: startWindowedCheck
|
||||
text: "Start Moonlight in windowed mode"
|
||||
id: startMaximizedCheck
|
||||
text: "Maximize Moonlight window on startup"
|
||||
font.pointSize: 12
|
||||
checked: prefs.startWindowed
|
||||
checked: !prefs.startWindowed
|
||||
onCheckedChanged: {
|
||||
prefs.startWindowed = checked
|
||||
prefs.startWindowed = !checked
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue