We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf0136 commit 07f1498Copy full SHA for 07f1498
qml/GameLogScreen.qml
@@ -79,7 +79,7 @@ ColumnLayout {
79
toggles.push(qsTr("Show incompatible versions"))
80
if (launcherSettings.showUnverified)
81
toggles.push(qsTr("Show unverified versions"))
82
- if (launcherSettings.BetaVersions)
+ if (launcherSettings.showBetaVersions)
83
toggles.push(qsTr("Show beta versions"))
84
return msg + toggles.join(", ") + "."
85
}
0 commit comments