Added an option to choose combine mode for Taskbar buttons (#329)

This commit is contained in:
Andrea Boero
2025-09-27 14:34:01 +02:00
committed by GitHub
parent 7c9e25d891
commit a368b4a8ba
7 changed files with 41 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ param (
[switch]$DisableTransparency,
[switch]$DisableAnimations,
[switch]$TaskbarAlignLeft,
[switch]$CombineTaskbarAlways, [switch]$CombineTaskbarWhenFull, [switch]$CombineTaskbarNever,
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
[switch]$HideTaskview,
[switch]$DisableStartRecommended,