splash: Don't require top most

This commit is contained in:
Nathan Woodburn 2023-06-18 19:41:26 +10:00
parent 0a5412478c
commit 859562ac22
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -83,7 +83,6 @@
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen;
Text = "FireWallet";
TopMost = true;
FormClosing += SplashScreen_FormClosing;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);