mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
refactor(apple): Remove unused vars in AppDelegate (#5089)
Not used... #3514
This commit is contained in:
@@ -58,13 +58,10 @@ struct FirezoneApp: App {
|
||||
#if os(macOS)
|
||||
@MainActor
|
||||
final class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
private var isAppLaunched = false
|
||||
private var menuBar: MenuBar?
|
||||
|
||||
public var store: Store?
|
||||
|
||||
func applicationDidFinishLaunching(_: Notification) {
|
||||
isAppLaunched = true
|
||||
if let store = store {
|
||||
menuBar = MenuBar(model: SessionViewModel(store: store))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user