mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
woops fix conditional
This commit is contained in:
parent
446dc30277
commit
35239909d0
1 changed files with 0 additions and 2 deletions
|
@ -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}';
|
||||
|
|
Loading…
Reference in a new issue