Add "Last Active Click" Taskbar Behaviour Option (#280)

This commit is contained in:
Connor Shugg
2025-07-30 15:30:51 -04:00
committed by GitHub
parent 49233234fa
commit 9c92f30160
7 changed files with 53 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ param (
[switch]$DisableWidgets, [switch]$HideWidgets,
[switch]$DisableChat, [switch]$HideChat,
[switch]$EnableEndTask,
[switch]$EnableLastActiveClick,
[switch]$ClearStart,
[string]$ReplaceStart,
[switch]$ClearStartAllUsers,