fix(macos): always show CLI installer

main
Peter Steinberger 2025-12-20 22:00:51 +00:00
parent 9076d543f3
commit 8a2a07eddb
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ struct GeneralSettings: View {
if self.state.connectionMode == .remote {
self.remoteCard
}
self.cliInstaller
}
}