Auto-delete logs finished + custom App-to-VPN messages
This commit is contained in:
@@ -22,4 +22,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
sync.start()
|
||||
return true
|
||||
}
|
||||
|
||||
func applicationDidBecomeActive(_ application: UIApplication) {
|
||||
TheGreatDestroyer.deleteLogs(olderThan: PrefsShared.AutoDeleteLogsDays)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user