chore(macos): expose remote test helper

This commit is contained in:
Peter Steinberger
2025-12-13 19:22:57 +00:00
parent 920cc9ac38
commit 02fe19effa
2 changed files with 1 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ extension GeneralSettings {
}
@MainActor
private func testRemote() async {
func testRemote() async {
self.remoteStatus = .checking
let settings = CommandResolver.connectionSettings()
guard !settings.target.isEmpty else {