Update Firmware and Installer tooltips

This commit is contained in:
Nindi Gill 2023-06-22 22:37:41 +10:00
parent b7567b8ef3
commit f321d71e89
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ struct Firmware: Decodable, Hashable, Identifiable {
}
var tooltip: String {
"""
Release: \(name)
Version: \(version)
Build Number: \(build)
Release Date: \(formattedDate)

View file

@ -780,6 +780,7 @@ struct Installer: Decodable, Hashable, Identifiable {
}
var tooltip: String {
"""
Release: \(name)
Version: \(version)
Build Number: \(build)
Release Date: \(date)