We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a59ff commit 75b6925Copy full SHA for 75b6925
Sources/WireGuardApp/UI/macOS/LaunchedAtLoginDetector.swift
@@ -14,6 +14,6 @@ class LaunchedAtLoginDetector {
14
let then = data.withUnsafeBytes { ptr in
15
ptr.load(as: UInt64.self)
16
}
17
- return now - then <= 5000000000
+ return now - then <= 20000000000
18
19
0 commit comments