diff --git a/OBSBlur/OBS/Blur.cs b/OBSBlur/OBS/Blur.cs index 91cf7bc..7017799 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{"Z",-3} | {"hWnd",-8} | {"PID",-8} | {"Name",-17} | {"Window Title",-17} | {"State",-13} | BBox\n"; + string print = $"Window changed\n{"hWnd",-8} | {"PID",-8} | {"Name",-17} | {"Window Title",-17} | {"State",-13} | BBox\n"; foreach (WindowInfo windowInfo in after) print += $"{windowInfo}\n"; _logger?.LogInformation(print);