mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 09:31:15 +10:00
Replace install progress overlay with shared indicator (#4844)
* Use shared progress for app workflows * Remove legacy install progress overlay * Document shared app progress indicator * Address progress review feedback * Track all Win11 ISO progress * Restore Win11 Creator work on relaunch
This commit is contained in:
+1
-1
@@ -1823,7 +1823,7 @@
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
|
||||
<!-- Tweaks/Undo progress indicator - visible regardless of active tab -->
|
||||
<!-- Window-level progress indicator - visible regardless of active tab -->
|
||||
<Border Name="WPFTweaksProgressBar" Grid.Row="3" Background="{DynamicResource MainBackgroundColor}" Visibility="Collapsed" Padding="10,6">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<TextBlock Name="WPFTweaksProgressLabel" Text="" Foreground="{DynamicResource MainForegroundColor}" FontSize="13" Background="Transparent" Margin="0,0,0,4"/>
|
||||
|
||||
Reference in New Issue
Block a user