mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 14:52:34 +00:00
Fix var syntax
This commit is contained in:
parent
092d4f5de2
commit
3b146b3e0f
@ -27,7 +27,7 @@ import Foundation
|
||||
import AppKit
|
||||
|
||||
class DefaultMacUtils: MacUtils {
|
||||
lazy private(set) var isStartedByLauncher = NSApp.isHidden
|
||||
private(set) lazy var isStartedByLauncher = NSApp.isHidden
|
||||
|
||||
private let transformer = ObservableProcessTransformer.shared
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user