mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +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;
|
||||
batchMode = false;
|
||||
// Pull form to front
|
||||
this.BringToFront();
|
||||
this.Focus();
|
||||
|
||||
this.WindowState = FormWindowState.Minimized;
|
||||
this.Show();
|
||||
this.WindowState = FormWindowState.Normal;
|
||||
|
||||
textBoxaccountpassword.Focus();
|
||||
}
|
||||
private void MainForm_Closing(object sender, FormClosingEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user