aboutsummaryrefslogtreecommitdiff
path: root/src/GetWindows.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GetWindows.cs')
-rw-r--r--src/GetWindows.cs2
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;
}
}