mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Finish converting iOS from AppAssets to AppAsset.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user