Always show Connections in Dashboard

This commit is contained in:
世界
2025-12-06 20:14:34 +08:00
parent f1fa3cbbdf
commit 52efbd97d2
4 changed files with 6 additions and 23 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ struct MainView: View {
private func updateButtonVisibility() {
buttonState.update(
profile: environments.extensionProfile,
commandClient: environments.commandClient,
requireAnyConnection: true
commandClient: environments.commandClient
)
}