1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-30 10:44:37 +00:00

don't close backup dialog if opening folder

This commit is contained in:
Cameron Taylor 2023-11-23 18:35:57 -05:00
parent dbaaf639ac
commit 645b9b579a

View file

@ -290,7 +290,7 @@ class ChartEditorDialogHandler
buttonGoToFolder.onClick = function(_event) {
state.openBackupsFolder();
// Don't hide the welcome dialog behind this.
dialog.hideDialog(DialogButton.CANCEL);
// dialog.hideDialog(DialogButton.CANCEL);
}
var buttonOpenBackup:Null<Button> = dialog.findComponent('buttonOpenBackup', Button);