auto-git:
[add] src-tauri/icons/128x128.png [add] src-tauri/icons/128x128@2x.png [add] src-tauri/icons/32x32.png [add] src-tauri/icons/64x64.png [add] src-tauri/icons/android/ [add] src-tauri/icons/icon.icns [add] src-tauri/icons/icon.ico [add] src-tauri/icons/ios/ [change] src-tauri/icons/icon.png [change] src-tauri/src/lib.rs [change] src/App.tsx
This commit is contained in:
@@ -664,7 +664,7 @@ export default function App() {
|
||||
<div className="table-body">
|
||||
{rows.length === 0 && (
|
||||
<div className="table-row" style={{ gridTemplateColumns: "1fr" }}>
|
||||
<div style={{ color: "var(--muted)" }}>Drop files here or use the buttons below.</div>
|
||||
<div style={{ color: "var(--muted)" }}>Drop files here or use Add Files / Add URL.</div>
|
||||
</div>
|
||||
)}
|
||||
{rows.map((row) => (
|
||||
|
||||
Reference in New Issue
Block a user