mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Add Clear List button to Save/Import functionality and fixed sorting issues with winget app list.
This commit is contained in:
+750
-747
File diff suppressed because it is too large
Load Diff
@@ -637,7 +637,7 @@
|
|||||||
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Auto"/>
|
ScrollViewer.HorizontalScrollBarVisibility="Auto"/>
|
||||||
|
|
||||||
<!-- Save/Import Buttons -->
|
<!-- Save/Import/Clear Buttons -->
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
||||||
<Button x:Name="btnSaveWingetList"
|
<Button x:Name="btnSaveWingetList"
|
||||||
Content="Save Applist.json"
|
Content="Save Applist.json"
|
||||||
@@ -647,7 +647,12 @@
|
|||||||
<Button x:Name="btnImportWingetList"
|
<Button x:Name="btnImportWingetList"
|
||||||
Content="Import Applist.json"
|
Content="Import Applist.json"
|
||||||
Padding="15,5"
|
Padding="15,5"
|
||||||
|
Margin="0,0,10,0"
|
||||||
ToolTip="Import applications from a JSON file"/>
|
ToolTip="Import applications from a JSON file"/>
|
||||||
|
<Button x:Name="btnClearWingetList"
|
||||||
|
Content="Clear List"
|
||||||
|
Padding="15,5"
|
||||||
|
ToolTip="Clear all applications from the list"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user