From 12b3d1fd02e691ffd50dee3b05467e62c964f541 Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 17 Apr 2024 00:08:57 +0200 Subject: [PATCH] Output Formatting and Release --- OBSBlur/OBS/Blur.cs | 2 +- OBSBlur/OBSBlur.csproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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