Merge pull request #1048 from YohananDiamond/dialog-nitpicks

New song dialog: auto focus on pop up + reset search box
This commit is contained in:
tildearrow 2023-04-12 02:09:17 -05:00 committed by GitHub
commit ea172ea6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

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