mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Pause/resume "fix" in LyricsLayout.cpp
This commit is contained in:
parent
bd543c0d84
commit
f0a48f72ea
@ -86,6 +86,10 @@ bool LyricsLayout::KeyPress(const std::string& kn) {
|
||||
this->LoadLyricsForCurrentTrack();
|
||||
return true;
|
||||
}
|
||||
else if (kn == " ") { /* ugh... need to generalize this maybe */
|
||||
playback.PauseOrResume();
|
||||
return true;
|
||||
}
|
||||
return LayoutBase::KeyPress(kn);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user