aboutsummaryrefslogtreecommitdiff
path: root/src/GetWindows.cs
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-01-25 19:14:51 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-01-25 19:14:51 +0530
commit2ca5774c6b2f965553825ddb10088b206d2bf75a (patch)
treecf63cf4a877fb87036a1b45d4eb34d28911fb0d8 /src/GetWindows.cs
parente9a36d9a3cc50105ade148e0f8a286f89ac0c4df (diff)
downloadhypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.zip
hypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.tar.gz
chore: minor bug fix
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;
}
}