Add options to enable dark mode, disable transparency & animations

This commit is contained in:
Raphire
2025-06-12 21:50:57 +02:00
parent 1c7c7f734f
commit 3f22b8d22d
13 changed files with 92 additions and 14 deletions

View File

@@ -28,6 +28,9 @@ param (
[switch]$ShowHiddenFolders,
[switch]$ShowKnownFileExt,
[switch]$HideDupliDrive,
[switch]$EnableDarkMode,
[switch]$DisableTransparency,
[switch]$DisableAnimations,
[switch]$TaskbarAlignLeft,
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
[switch]$HideTaskview,