Add window-level progress indicator for Run Tweaks and Undo (#4830)

* feat(tweaks): add window-level progress indicator for Run Tweaks and Undo

* Hide completed tweaks progress on next action

---------

Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
Yayo Razo
2026-07-15 14:17:42 -05:00
committed by GitHub
co-authored by Chris Titus
parent 157a66b14d
commit c8c3c7869f
8 changed files with 113 additions and 1 deletions
+3
View File
@@ -34,6 +34,9 @@ BeforeAll {
function Set-WinUtilProgressBar {
param($Label, $Percent)
}
function Set-WinUtilTweaksProgressIndicator {
param($Visible, $Label, $Percent)
}
function Write-WinUtilLog {
param($Message, $Level, $Component)
}