Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd594ee7

Browse files
committed
words
1 parent0f527dd commitd594ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
8585
image:"MenuBarIcon",
8686
onAppear:{
8787
// If the VPN is enabled, it's likely the token isn't expired
88-
guardcase.disabled=self.vpn.state,self.state.hasSessionelse{return}
88+
guardself.vpn.state.canBeStarted,self.state.hasSessionelse{return}
8989
Task{@MainActorin
9090
awaitself.state.handleTokenExpiry()
9191
}

‎Coder-Desktop/VPNLib/CoderRouter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public enum OpenError: Error {
6767
caselet.invalidAgent(workspace: workspace, agent: agent):
6868
"Could not find agent '\(agent)' in workspace '\(workspace)'. Is the workspace running?"
6969
caselet.couldNotCreateRDPURL(rdpString):
70-
"Could notcreateconstruct RDPurl from '\(rdpString)'."
70+
"Could not construct RDPURL from '\(rdpString)'."
7171
}
7272
}
7373

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp