mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-24 08:08:14 +11:00
main: On load bring to front
This commit is contained in:
parent
036819169d
commit
816e16a9aa
@ -93,9 +93,10 @@ namespace FireWallet
|
|||||||
Opacity = 1;
|
Opacity = 1;
|
||||||
batchMode = false;
|
batchMode = false;
|
||||||
// Pull form to front
|
// Pull form to front
|
||||||
this.BringToFront();
|
this.WindowState = FormWindowState.Minimized;
|
||||||
this.Focus();
|
this.Show();
|
||||||
|
this.WindowState = FormWindowState.Normal;
|
||||||
|
|
||||||
textBoxaccountpassword.Focus();
|
textBoxaccountpassword.Focus();
|
||||||
}
|
}
|
||||||
private void MainForm_Closing(object sender, FormClosingEventArgs e)
|
private void MainForm_Closing(object sender, FormClosingEventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user