File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ struct HomeView: View {
100100 }
101101
102102 readinessCard
103- quickConnectCard
103+ if pairingFileExists {
104+ quickConnectCard
105+ }
104106 if !pinnedLaunchItems. isEmpty {
105107 launchShortcutsCard
106108 }
@@ -440,7 +442,7 @@ struct HomeView: View {
440442 if !ddiMounted {
441443 return . init(
442444 title: " Mount the Developer Disk Image " ,
443- subtitle: " Open Settings → Developer Disk Image and follow the prompts before connecting. " ,
445+ subtitle: " " ,
444446 icon: " externaldrive.badge.exclamationmark " ,
445447 tint: . yellow
446448 )
@@ -525,7 +527,7 @@ struct HomeView: View {
525527 pairingItem,
526528 ChecklistItem (
527529 title: " Developer Disk Image " ,
528- subtitle: ddiMounted ? " Mounted successfully. " : " Open Settings → Developer Disk Image and tap Mount. " ,
530+ subtitle: ddiMounted ? " Mounted successfully. " : " " ,
529531 status: ddiMounted ? . ready : . attention,
530532 actionTitle: nil ,
531533 action: nil
@@ -1666,4 +1668,3 @@ public extension ProcessInfo {
16661668 } ( )
16671669 }
16681670}
1669-
You can’t perform that action at this time.
0 commit comments