Fix dashboard buttons on tvOS

This commit is contained in:
世界
2025-12-06 22:02:04 +08:00
parent f3ab29cda7
commit dcc6cd189c
4 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@ public struct NavigationButtonsView: View {
#if os(tvOS)
private var tvOSBody: some View {
HStack {
Group {
if showConnectionsButton {
Button {
onConnectionsTap()