GUI: change instrument on mobile?

This commit is contained in:
tildearrow 2025-02-19 00:14:21 -05:00
parent 0e0aab88de
commit 5b6721738b
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ static void matchFuzzyTest() {
void FurnaceGUI::drawPalette() {
bool accepted=false;
if (paletteFirstFrame)
if (paletteFirstFrame && !mobileUI)
ImGui::SetKeyboardFocusHere();
int width=ImGui::GetContentRegionAvail().x;