Rerun lupdate

This commit is contained in:
Cameron Gutman 2023-09-02 18:41:27 -05:00
commit a62fd96269
25 changed files with 3358 additions and 3120 deletions

View file

@ -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
}