aboutsummaryrefslogtreecommitdiff
path: root/Hotline/State/ServerState.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-11-12 21:45:13 -0800
committerDustin Mierau <dustin@mierau.me>2025-11-12 21:45:13 -0800
commit3795039436f741ec23f65e7cd0639023bac1f1ca (patch)
tree1cbaf5c1b37583d9af7f84a075b97d131f93054c /Hotline/State/ServerState.swift
parent79a37fa509576c94b96ff896550426d8ebfdec67 (diff)
More work on account management. Add Broadcast UI.
Diffstat (limited to 'Hotline/State/ServerState.swift')
-rw-r--r--Hotline/State/ServerState.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hotline/State/ServerState.swift b/Hotline/State/ServerState.swift
index 8f8d3bf..3fe10f9 100644
--- a/Hotline/State/ServerState.swift
+++ b/Hotline/State/ServerState.swift
@@ -6,6 +6,7 @@ class ServerState: Equatable {
var selection: ServerNavigationType
var serverName: String? = nil
var accountsShown: Bool = false
+ var broadcastShown: Bool = false
// var serverBanner: NSImage? = nil
// var bannerBackgroundColor: Color? = nil