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:
parent
dbaaf639ac
commit
645b9b579a
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue