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
@@ -243,7 +243,7 @@ import SwiftUI
@ToolbarContentBuilder private var toolbar: some ToolbarContent {
#if os(tvOS)
ToolbarItem(placement: .topBarLeading) {
ToolbarItemGroup(placement: .topBarLeading) {
navigationButtons
}
#endif
@@ -312,7 +312,7 @@ import SwiftUI
Button {
showCardManagement = true
} label: {
Image(systemName: "line.3.horizontal.circle")
Image(systemName: "square.grid.2x2")
}
#endif
}