diff --git a/windowswitcher.app/MainWindow.xaml b/windowswitcher.app/MainWindow.xaml
index 0a1b9c9..792ead8 100644
--- a/windowswitcher.app/MainWindow.xaml
+++ b/windowswitcher.app/MainWindow.xaml
@@ -6,15 +6,13 @@
mc:Ignorable="d"
Title="{Binding Title}"
WindowStartupLocation="CenterScreen"
- WindowState="Maximized"
+ WindowState="Normal"
ResizeMode="NoResize"
WindowStyle="None"
- AllowsTransparency="True"
+ AllowsTransparency="False"
>
-
+
diff --git a/windowswitcher.app/SplashScreen.png b/windowswitcher.app/SplashScreen.png
new file mode 100644
index 0000000..9fdaf73
Binary files /dev/null and b/windowswitcher.app/SplashScreen.png differ
diff --git a/windowswitcher.app/windowswitcher.app.csproj b/windowswitcher.app/windowswitcher.app.csproj
index b9c6c7c..6482202 100644
--- a/windowswitcher.app/windowswitcher.app.csproj
+++ b/windowswitcher.app/windowswitcher.app.csproj
@@ -112,5 +112,8 @@
+
+
+
\ No newline at end of file