diff options
author | erdgeist <erdgeist@erdgeist.org> | 2023-05-31 15:39:59 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2023-05-31 15:39:59 +0200 |
commit | 32773a08eb11d286682ca8cad41171ce804f1631 (patch) | |
tree | aee35b1dadbf06d4c09e2004f96d3a4e11716f87 /CCCB Display/AppDelegate.swift | |
parent | 825d3442c320c5567317109947c8d1267704645b (diff) |
Works
Diffstat (limited to 'CCCB Display/AppDelegate.swift')
-rw-r--r-- | CCCB Display/AppDelegate.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CCCB Display/AppDelegate.swift b/CCCB Display/AppDelegate.swift index 8639c64..a3e61dc 100644 --- a/CCCB Display/AppDelegate.swift +++ b/CCCB Display/AppDelegate.swift | |||
@@ -14,6 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
14 | 14 | ||
15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | 15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { |
16 | // Override point for customization after application launch. | 16 | // Override point for customization after application launch. |
17 | UIApplication.shared.isIdleTimerDisabled = true | ||
17 | return true | 18 | return true |
18 | } | 19 | } |
19 | 20 | ||