From 859562ac228ba64be1ac431cd9442f52dcc76a16 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 18 Jun 2023 19:41:26 +1000 Subject: [PATCH] splash: Don't require top most --- FireWallet/SplashScreen.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/FireWallet/SplashScreen.Designer.cs b/FireWallet/SplashScreen.Designer.cs index ac9d791..ef3a0b6 100644 --- a/FireWallet/SplashScreen.Designer.cs +++ b/FireWallet/SplashScreen.Designer.cs @@ -83,7 +83,6 @@ ShowInTaskbar = false; StartPosition = FormStartPosition.CenterScreen; Text = "FireWallet"; - TopMost = true; FormClosing += SplashScreen_FormClosing; ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false);