Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 61de6c7

Browse files
committed
minor improvement
1 parent 0a4fc6c commit 61de6c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

V2RayW/FormCoreOutput.Designer.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

V2RayW/MainForm.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ private void configureToolStripMenuItem_Click(object sender, EventArgs e)
6969
if (this.configForm == null || this.configForm.IsDisposed)
7070
{
7171
configForm = new ConfigForm();
72+
configForm.Show();
7273
}
73-
configForm.Show();
74+
configForm.Focus();
7475
}
7576

7677
private void quitToolStripMenuItem_Click(object sender, EventArgs e)

0 commit comments

Comments
 (0)