Minor fixes for dashboard

This commit is contained in:
世界
2025-12-04 16:59:23 +08:00
parent 2db8512dad
commit ac638567f5
3 changed files with 24 additions and 17 deletions
@@ -256,11 +256,13 @@ import SwiftUI
}
#if os(tvOS)
StartStopButton()
#else
#elseif os(iOS)
if #available(iOS 26.0, *), !Variant.debugNoIOS26 {
} else if !useLegacyTabView || coordinator.selection != .connections {
StartStopButton()
}
#else
StartStopButton()
#endif
}
}