diff --git a/source/funkin/ui/debug/charting/handlers/ChartEditorDialogHandler.hx b/source/funkin/ui/debug/charting/handlers/ChartEditorDialogHandler.hx
index 2a8560721..1b7dd2ca8 100644
--- a/source/funkin/ui/debug/charting/handlers/ChartEditorDialogHandler.hx
+++ b/source/funkin/ui/debug/charting/handlers/ChartEditorDialogHandler.hx
@@ -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);