Version 1.0.0 (23)

This commit is contained in:
relikd
2020-07-01 12:30:22 +02:00
parent b10d4c8b36
commit f9ab545e0f
2 changed files with 7 additions and 4 deletions

View File

@@ -25,5 +25,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func applicationDidBecomeActive(_ application: UIApplication) {
TheGreatDestroyer.deleteLogs(olderThan: PrefsShared.AutoDeleteLogsDays)
// FIXME: Does not reflect changes performed by GlassVPN auto-delete while app is open.
// It will update whenever app restarts or becomes active again (only if deleteLogs has something to delete!)
// This is a known issue and tolerated.
}
}