diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-15 10:06:19 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-15 10:06:19 -0700 |
| commit | bba5122797f47f463c2949a79876e2514694ca02 (patch) | |
| tree | 9f6fb7a92c441252cf25cd609e5c14bb8869eba2 /Hotline/Models | |
| parent | 6d2fcd6e0f759406c7cbb4f9a0222fd2f839b1a1 (diff) | |
Holding option when clicking server button in banner window now opens a connect to server window.
Diffstat (limited to 'Hotline/Models')
| -rw-r--r-- | Hotline/Models/ApplicationState.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Models/ApplicationState.swift b/Hotline/Models/ApplicationState.swift index 124db6b..5814fba 100644 --- a/Hotline/Models/ApplicationState.swift +++ b/Hotline/Models/ApplicationState.swift @@ -1,7 +1,7 @@ import SwiftUI @Observable -class ApplicationState { +final class ApplicationState { static let shared = ApplicationState() var activeHotline: Hotline? = nil |