diff options
Diffstat (limited to 'src/GetWindows.cs')
| -rw-r--r-- | src/GetWindows.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
