diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 19:14:51 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 19:14:51 +0530 |
| commit | 2ca5774c6b2f965553825ddb10088b206d2bf75a (patch) | |
| tree | cf63cf4a877fb87036a1b45d4eb34d28911fb0d8 /src/GetWindows.cs | |
| parent | e9a36d9a3cc50105ade148e0f8a286f89ac0c4df (diff) | |
| download | hypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.zip hypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.tar.gz | |
chore: minor bug fix
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; } } |
