chore: delay network notifier start
This commit is contained in:
parent
3e51d7d4e2
commit
05dab6af12
@ -298,7 +298,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
}
|
||||
|
||||
func setupNetworkNotifier() {
|
||||
NetworkChangeNotifier.start()
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
|
||||
NetworkChangeNotifier.start()
|
||||
}
|
||||
|
||||
NotificationCenter
|
||||
.default
|
||||
|
Loading…
Reference in New Issue
Block a user