Revert non working changes to firmware link for latest stable version

This commit is contained in:
Garth Vander Houwen 2025-06-11 09:25:22 -07:00
parent 0e3d99c458
commit f1d69ac5bb

View file

@ -199,7 +199,7 @@ struct Firmware: View {
latestStable = fw.releases.stable.first
let archString = currentDevice?.architecture.rawValue ?? ""
let ls = fw.releases.stable.first(where: { $0.zipURL.contains(archString) == true })
latestStable = fw.releases.stable.first(where: { $0.zipURL.contains(archString) == true })
latestStable = fw.releases.stable.first
latestAlpha = fw.releases.alpha.first
}
}