Fix issues on new systems

This commit is contained in:
世界
2025-09-23 21:45:01 +08:00
parent a696864985
commit 286f6fd794
8 changed files with 64 additions and 7 deletions
@@ -33,6 +33,7 @@ public struct ConnectionListView: View {
}
}
}
#if !os(tvOS)
.toolbar {
ToolbarItem {
Menu {
@@ -60,6 +61,7 @@ public struct ConnectionListView: View {
}
}
}
#endif
#if os(macOS)
.searchable(text: $searchText)
#endif