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:
2026-05-08 03:12:25 +02:00
parent 23fb120bb2
commit 8c4b3eeadc
44 changed files with 20 additions and 5 deletions

View File

@@ -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) => (