[chore:] initial splash preparation, which will not be used for now

This commit is contained in:
Elias Fierke
2025-10-23 10:39:04 +02:00
parent c6da9ac416
commit 48b0500bfe
2 changed files with 9 additions and 1 deletions

View File

@@ -17,10 +17,18 @@ public partial class MainWindow : Window
public MainWindow()
{
InitializeComponent();
//Hide();
var s = new StartupWindow();
//s.Show();
_instance = this;
WindowState = WindowState.Maximized;
Global.Load();
Settings.Load();
//Thread.Sleep(3000);
//Show();
}
private async void StartAddressCheck(int addresSetID)