mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
don't close backup dialog if opening folder
This commit is contained in:
parent
dbaaf639ac
commit
645b9b579a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue