New song dialog: auto focus on pop up + reset search box

This commit is contained in:
YohananDiamond 2023-04-03 00:05:25 -03:00
parent 5026f62713
commit 72ef39db60
2 changed files with 12 additions and 0 deletions

View file

@ -4840,6 +4840,7 @@ bool FurnaceGUI::loop() {
}
if (displayNew) {
newSongQuery = "";
displayNew=false;
ImGui::OpenPopup("New Song");
}