Improve Start/Stop button

This commit is contained in:
世界
2025-11-26 22:25:52 +08:00
parent 32f5bf1f3b
commit 4f0d1098e6
10 changed files with 176 additions and 45 deletions
@@ -144,7 +144,11 @@ public struct ActiveDashboardView: View {
}
}
ToolbarItem(placement: .topBarTrailing) {
StartStopButton()
if #available(iOS 26.0, *), !Variant.debugNoIOS26 {
EmptyView()
} else {
StartStopButton()
}
}
}
#endif