Skip to content

Commit

Permalink
update output and playback page
Browse files Browse the repository at this point in the history
  • Loading branch information
CrSjimo committed Aug 4, 2024
1 parent 5cdb13e commit 47b6472
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ namespace Audio::Internal {
auto playbackLayout = new QFormLayout;
m_playHeadBehaviorComboBox = new QComboBox;
m_playHeadBehaviorComboBox->addItems({
tr("Start position"),
tr("End position"),
tr("Return to the start position after stopped"),
tr("Keep at current position after stopped, and play from current position next time"),
tr("Keep at current position after stopped, but play from the start position next time")
});
playbackLayout->addRow(tr("After playback is stopped, &move the play head to"),
playbackLayout->addRow(tr("Playhead behavior"),
m_playHeadBehaviorComboBox);
m_closeDeviceOnPlaybackStopCheckBox =
new QCheckBox(tr("&Close audio device when playback is stopped"));
Expand Down

0 comments on commit 47b6472

Please sign in to comment.