mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-19 15:46:17 +00:00
fix: pass UUID as String for download properties WindowGroup to prevent routing failures
This commit is contained in:
@@ -165,7 +165,7 @@ struct DownloadTable: View {
|
||||
if item.status == .completed {
|
||||
openFile(item)
|
||||
} else {
|
||||
openWindow(id: "download-properties", value: item.id)
|
||||
openWindow(id: "download-properties", value: item.id.uuidString)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user