parent
967e717396
commit
ffbe910c99
6 changed files with 40 additions and 16 deletions
|
|
@ -1450,6 +1450,13 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
}
|
||||
}
|
||||
|
||||
if (mobileUI) {
|
||||
sameLineMaybe();
|
||||
if (ImGui::Button(ICON_FA_ELLIPSIS_H "##SMobMenu")) {
|
||||
ImGui::OpenPopup("SRightClick");
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
// time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue