From 2ca5774c6b2f965553825ddb10088b206d2bf75a Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sat, 25 Jan 2025 19:14:51 +0530 Subject: chore: minor bug fix --- src/GetWindows.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GetWindows.cs') diff --git a/src/GetWindows.cs b/src/GetWindows.cs index d2bba9f..90f28c6 100644 --- a/src/GetWindows.cs +++ b/src/GetWindows.cs @@ -40,7 +40,7 @@ namespace hyprwatch.Window Console.WriteLine(ex.Message); } - return activeWindow; + return activeWindow ?? string.Empty; } } -- cgit v1.1