mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fix bug where user may not be able to navigate to lyrics layout.
This commit is contained in:
parent
8627875691
commit
11f81c59e5
@ -181,7 +181,7 @@ bool MainLayout::KeyPress(const std::string& key) {
|
||||
this->SetLayout(consoleLayout);
|
||||
return true;
|
||||
}
|
||||
else if (auddio::Available() && Hotkeys::Is(Hotkeys::NavigateLyrics, key)) {
|
||||
else if (Hotkeys::Is(Hotkeys::NavigateLyrics, key)) {
|
||||
this->Broadcast(message::JumpToLyrics);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user