diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-07 21:03:53 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-07 21:03:53 -0800 |
| commit | 2f332ee497af925db1a2583135e9dfcdaff84794 (patch) | |
| tree | ff22f357a87cfa9dd577b4273f7f62a89906d83b /Hotline/State/AppState.swift | |
| parent | 637cd9af54a58db0c5dc2062b6c20291afd31147 (diff) | |
Add Bonjour discovery for Hotline servers on the local network to the Servers window.
Diffstat (limited to 'Hotline/State/AppState.swift')
| -rw-r--r-- | Hotline/State/AppState.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hotline/State/AppState.swift b/Hotline/State/AppState.swift index 558af2a..3aadf08 100644 --- a/Hotline/State/AppState.swift +++ b/Hotline/State/AppState.swift @@ -11,6 +11,8 @@ final class AppState { private init() { } + + var bonjourState = BonjourState() var activeHotline: HotlineState? = nil var activeServerState: ServerState? = nil |