mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-20 06:20:32 +00:00
macos: struct attributes can be private
This commit is contained in:
@@ -106,9 +106,9 @@ struct AboutView: View {
|
||||
}
|
||||
|
||||
private struct PropertyRow: View {
|
||||
let label: String
|
||||
let text: String
|
||||
let url: URL?
|
||||
private let label: String
|
||||
private let text: String
|
||||
private let url: URL?
|
||||
|
||||
init(label: String, text: String, url: URL? = nil) {
|
||||
self.label = label
|
||||
|
||||
Reference in New Issue
Block a user