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 6fd0c53 commit 6914702Copy full SHA for 6914702
src/musikcube/app/layout/LibraryLayout.cpp
@@ -279,7 +279,9 @@ void LibraryLayout::UpdateShortcutsWindow() {
279
if (this->shortcuts->IsFocused() && this->visibleLayout) {
280
this->visibleLayout->SetFocus(IWindowPtr());
281
}
282
- if (this->visibleLayout == this->browseLayout) {
+ if (this->visibleLayout == this->browseLayout ||
283
+ this->visibleLayout == this->directoryLayout)
284
+ {
285
this->shortcuts->SetActive(Hotkeys::Get(Hotkeys::NavigateLibraryBrowse));
286
287
else if (this->visibleLayout == nowPlayingLayout) {
0 commit comments