mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 02:04:28 +00:00
woops fix conditional
This commit is contained in:
parent
446dc30277
commit
35239909d0
|
@ -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