From 35239909d0fec6173a5a010d584ea02f33e24c35 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 18 Sep 2023 15:48:40 -0400 Subject: [PATCH] woops fix conditional --- source/funkin/ui/debug/charting/ChartEditorDialogHandler.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/funkin/ui/debug/charting/ChartEditorDialogHandler.hx b/source/funkin/ui/debug/charting/ChartEditorDialogHandler.hx index 0a4e68ad1..a32aed862 100644 --- a/source/funkin/ui/debug/charting/ChartEditorDialogHandler.hx +++ b/source/funkin/ui/debug/charting/ChartEditorDialogHandler.hx @@ -653,8 +653,6 @@ class ChartEditorDialogHandler expiryMs: ChartEditorState.NOTIFICATION_DISMISS_TIME }); - #if FILE_DROP_SUPPORTED - vocalsEntryLabel.text = 'Vocals for $charName (drag and drop, or click to browse)\nSelected file: ${path.file}.${path.ext}'; #else vocalsEntryLabel.text = 'Vocals for $charName (click to browse)\n${path.file}.${path.ext}';