loader: Hide HSD screen

This commit is contained in:
Nathan Woodburn 2023-07-15 21:42:51 +10:00
parent b29971e4aa
commit 6da2a61a1e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -8,7 +8,7 @@ namespace FireWalletLite
{
#region Constants
MainForm mainForm = new MainForm();
bool hideScreen = false;
bool hideScreen = true;
Process HSDProcess;
#endregion