Skip to content

Commit db64bd1

Browse files
committed
Fix minor UI issue
When cancelling a connection, because SSH is asking for a password, the "SSH connecting…" message in the upper right window corner would not be reset.
1 parent 30ffc7c commit db64bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/SPConnectionController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ - (void)_restoreConnectionInterface
16151615
[progressIndicator display];
16161616
[progressIndicatorText setHidden:YES];
16171617
[progressIndicatorText display];
1618+
[dbDocument setTitlebarStatus:@""];
16181619

16191620
// If not testing a connection, Update the password fields, restoring passwords that may have
16201621
// been bulleted out during connection

0 commit comments

Comments
 (0)