Skip to content

Commit

Permalink
Add display mode ‘Label’ for taskbar search box
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Feb 6, 2025
1 parent 9a59b87 commit 5c9787e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public enum TaskbarSearchMode
{
Hide = 0,
Icon = 1,
Box = 2
Box = 2,
Label = 3
}

abstract class CommandConfig
Expand Down

0 comments on commit 5c9787e

Please sign in to comment.