[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

@@ -3,7 +3,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
MinWidth="1000" MinHeight="600"
MinWidth="1000" MinHeight="600" IsVisible="False"
x:Class="Logof_Client.MainWindow" WindowState="Maximized" Icon="assets/icon.ico"
Title="Logof Client">
<Border>

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)