mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-02 11:44:23 +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) {
|
buttonGoToFolder.onClick = function(_event) {
|
||||||
state.openBackupsFolder();
|
state.openBackupsFolder();
|
||||||
// Don't hide the welcome dialog behind this.
|
// Don't hide the welcome dialog behind this.
|
||||||
dialog.hideDialog(DialogButton.CANCEL);
|
// dialog.hideDialog(DialogButton.CANCEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
var buttonOpenBackup:Null<Button> = dialog.findComponent('buttonOpenBackup', Button);
|
var buttonOpenBackup:Null<Button> = dialog.findComponent('buttonOpenBackup', Button);
|
||||||
|
|
Loading…
Reference in a new issue