We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e8aaa commit 353e4efCopy full SHA for 353e4ef
frontend/src/splash.tsx
@@ -615,7 +615,11 @@ const Copy: Component<
615
<div class="dnd-bg-hover"></div>
616
<div class="dnd-content">
617
<Icon icon={iconCloudUpload} class="dnd-icon" />
618
+ {PICKERS_UNAVAILABLE ? (
619
+ <p>Drag and drop Celeste directory</p>
620
+ ) : (
621
<p>Or, drag and drop one here</p>
622
+ )}
623
</div>
624
625
{$if(use(this.status), <div class="error">{use(this.status)}</div>)}
0 commit comments