From bba5122797f47f463c2949a79876e2514694ca02 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 15 May 2024 10:06:19 -0700 Subject: Holding option when clicking server button in banner window now opens a connect to server window. --- Hotline/Application-macOS.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/Application-macOS.swift') diff --git a/Hotline/Application-macOS.swift b/Hotline/Application-macOS.swift index 09d6d91..3ddf903 100644 --- a/Hotline/Application-macOS.swift +++ b/Hotline/Application-macOS.swift @@ -5,7 +5,7 @@ import UniformTypeIdentifiers #if os(macOS) @Observable -class AppLaunchState { +final class AppLaunchState { static let shared = AppLaunchState() enum LaunchState { -- cgit