Rerun lupdate
This commit is contained in:
parent
a1d592bb87
commit
a62fd96269
25 changed files with 3358 additions and 3120 deletions
|
|
@ -676,7 +676,7 @@ Flickable {
|
|||
for (var i = 0; i < model.count; i++) {
|
||||
var thisWm = model.get(i).val;
|
||||
if (thisWm === StreamingPreferences.recommendedFullScreenMode) {
|
||||
model.get(i).text += qsTr(" (Recommended)")
|
||||
model.get(i).text += " " + qsTr("(Recommended)")
|
||||
model.move(i, 0, 1)
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue