We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522f6fa commit 94f2fc4Copy full SHA for 94f2fc4
lib/view/host-view.coffee
@@ -114,7 +114,7 @@ class ConfigView extends View
114
val = undefined if val == "" or view.parent().isHidden() or view.parent().parent().isHidden()
115
@host[dataName] = val
116
117
- if @host.transport == "scp" and @userAgentButton.hasClass('selected')
+ if (@host.transport == undefined or @host.transport == "scp") and @userAgentButton.hasClass('selected')
118
@host.useAgent = true
119
else
120
@host.useAgent = undefined
0 commit comments