Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update LauncherEntry.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 3, 2024
1 parent 41c9a35 commit 5fb5d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nickvision.Aura/Taskbar/LauncherEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public bool Urgent
{
get
{
_properties.TryGetValue("urgemt", out var urgent);
_properties.TryGetValue("urgent", out var urgent);
return (bool?)urgent ?? false;
}

Expand Down

0 comments on commit 5fb5d28

Please sign in to comment.