Skip to content

Commit b80e2ac

Browse files
committed
2.3.0 Final
1 parent 48bddb3 commit b80e2ac

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

StikJIT/Views/HomeView.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)