Skip to content

Commit f386de7

Browse files
committed
Also, make behavior consistent and close GitTfsDialog after pull command had ran.
1 parent 55da62f commit f386de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GitTfsDialog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ private void PullButtonClick(object sender, EventArgs e)
9191
_settings.PullSetting = PullSetting.Fetch;
9292
_commands.StartGitTfsCommandProcessDialog("fetch", "--remote " + TfsRemoteComboBox.Text);
9393
}
94+
this.Close();
9495
}
9596

9697
private void InitializePush()

0 commit comments

Comments
 (0)