diff --git a/OBSBlur/OBS/Blur.cs b/OBSBlur/OBS/Blur.cs
index ae25f50..91cf7bc 100644
--- a/OBSBlur/OBS/Blur.cs
+++ b/OBSBlur/OBS/Blur.cs
@@ -186,7 +186,7 @@ public class Blur
private void WindowManagerOnWindowsChanged(WindowInfo[] before, WindowInfo[] after)
{
- string print = "Window changed\n";
+ string print = $"Window changed\n{"Z",-3} | {"hWnd",-8} | {"PID",-8} | {"Name",-17} | {"Window Title",-17} | {"State",-13} | BBox\n";
foreach (WindowInfo windowInfo in after)
print += $"{windowInfo}\n";
_logger?.LogInformation(print);
diff --git a/OBSBlur/OBSBlur.csproj b/OBSBlur/OBSBlur.csproj
index 7df14b5..d0207f1 100644
--- a/OBSBlur/OBSBlur.csproj
+++ b/OBSBlur/OBSBlur.csproj
@@ -5,6 +5,8 @@
net7.0
enable
enable
+ false
+ 1.0