Skip to content

Commit 87a6a78

Browse files
committed
remove unecessary change
1 parent ea7d39b commit 87a6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Views/TrayWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ internal enum TaskbarPosition { Left, Top, Right, Bottom }
390390
internal readonly record struct TaskbarInfo(TaskbarPosition Position, int Gap, bool AutoHide);
391391

392392
// -----------------------------------------------------------------------------
393-
// Taskbar helpers - ABM_GETTASKBARPOS / ABM_GETSTATE via SHAppBarMessage
393+
// Taskbar helpers ABM_GETTASKBARPOS / ABM_GETSTATE via SHAppBarMessage
394394
// -----------------------------------------------------------------------------
395395
private static TaskbarInfo GetTaskbarInfo(DisplayArea area)
396396
{

0 commit comments

Comments
 (0)