Skip to content

Commit

Permalink
Add tip for adjusting zoom to Zoom option in settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Mar 24, 2024
1 parent ee0449e commit 68b90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/qml/SettingsDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ DialogView {

C.ComboBox {
Layout.preferredWidth: 400
model: [qsTr("Selected Resolution"), qsTr("Fullscreen"), qsTr("Zoom"), qsTr("Stretch")]
model: [qsTr("Selected Resolution"), qsTr("Fullscreen"), qsTr("Zoom [adjust zoom using slider in stream menu]"), qsTr("Stretch")]
currentIndex: Chiaki.settings.windowType
onActivated: (index) => Chiaki.settings.windowType = index;
}
Expand Down

0 comments on commit 68b90d8

Please sign in to comment.