diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-22 17:37:13 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-22 17:37:13 -0800 |
| commit | 4ddc0699afedae39fa27e134bec05330426f2120 (patch) | |
| tree | ce0936e7c537ef527c6472b746b8ef16e471c912 /Hotline/Models/Server.swift | |
| parent | 3d26737cccd57fcbb5289874363f030ecef77573 (diff) | |
Some work to get banner images working. Some plumbing to get file transfers working though they don't yet. Moving some code away from async/await.
Diffstat (limited to 'Hotline/Models/Server.swift')
| -rw-r--r-- | Hotline/Models/Server.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Models/Server.swift b/Hotline/Models/Server.swift index 3d0569f..b39f1c4 100644 --- a/Hotline/Models/Server.swift +++ b/Hotline/Models/Server.swift @@ -1,6 +1,6 @@ import SwiftUI -@Observable final class Server: Identifiable, Equatable, Hashable, Codable { +struct Server: Identifiable, Equatable, Hashable, Codable { static let defaultPort: Int = 5500 let id: UUID |