Skip to content

Commit

Permalink
Merge pull request #13120 from ronso0/tracks-remove-currindex
Browse files Browse the repository at this point in the history
fix typo in WTrackProperty
  • Loading branch information
daschuer committed Apr 22, 2024
2 parents d8488f3 + de8cc8b commit d0fd46a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widget/wtrackproperty.cpp
Expand Up @@ -125,9 +125,8 @@ void WTrackProperty::ensureTrackMenuIsCreated() {
m_pTrackMenu = make_parented<WTrackMenu>(
this, m_pConfig, m_pLibrary, WTrackMenu::kDeckTrackMenuFeatures);
}

// Before and after the loaded tracks file has been removed from disk,
// instruct the library to save and restore the current inde for
// instruct the library to save and restore the current index for
// keyboard/controller navigation.
connect(m_pTrackMenu,
&WTrackMenu::saveCurrentViewState,
Expand Down

0 comments on commit d0fd46a

Please sign in to comment.