Skip to content

Commit

Permalink
Hot Fix for clear button in Tweaks Section
Browse files Browse the repository at this point in the history
Patches changes related to PR ChrisTitusTech#2608
  • Loading branch information
og-mrk committed Aug 29, 2024
1 parent b67ec35 commit 6dcc020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
<Label Content="Recommended Selections:" FontSize="{FontSize}" VerticalAlignment="Center" Margin="2"/>
<Button Name="WPFstandard" Content=" Standard " Margin="2"/>
<Button Name="WPFminimal" Content=" Minimal " Margin="2"/>
<Button Name="WPFclear" Content=" Clear " Margin="2"/>
<Button Name="WPFClearTweaksSelection" Content=" Clear " Margin="2"/>
<Button Name="WPFGetInstalledTweaks" Content=" Get Installed " Margin="2"/>
</StackPanel>

Expand Down

0 comments on commit 6dcc020

Please sign in to comment.