Finish converting iOS from AppAssets to AppAsset.

This commit is contained in:
Brent Simmons
2024-10-30 21:40:11 -07:00
parent c3fbdbc4e1
commit 4b12dc6056
31 changed files with 149 additions and 154 deletions

View File

@@ -19,7 +19,7 @@ final class SceneDelegate: UIResponder, UIWindowSceneDelegate {
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
window!.tintColor = AppAssets.primaryAccentColor
window!.tintColor = AppAsset.primaryAccentColor
updateUserInterfaceStyle()
let rootViewController = window!.rootViewController as! RootSplitViewController