Merge branch 'feat-accent'

This commit is contained in:
neon443
2025-05-05 08:58:10 +01:00

View File

@@ -48,6 +48,12 @@ struct ImportView: View {
Label("Import", systemImage: "tray.and.arrow.down.fill")
}
.disabled(importStr.isEmpty)
.onAppear() {
importStr = ""
image = "clock.fill"
text = "Ready..."
fgColor = .yellow
}
}
}