summaryrefslogtreecommitdiff
path: root/CCCB Display/AppDelegate.swift
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2023-05-31 15:39:59 +0200
committererdgeist <erdgeist@erdgeist.org>2023-05-31 15:39:59 +0200
commit32773a08eb11d286682ca8cad41171ce804f1631 (patch)
treeaee35b1dadbf06d4c09e2004f96d3a4e11716f87 /CCCB Display/AppDelegate.swift
parent825d3442c320c5567317109947c8d1267704645b (diff)
Works
Diffstat (limited to 'CCCB Display/AppDelegate.swift')
-rw-r--r--CCCB Display/AppDelegate.swift1
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