Skip to content

Commit

Permalink
Hot Fix for clear button in Tweaks Section (#2645)
Browse files Browse the repository at this point in the history
Patches changes related to PR #2608
  • Loading branch information
og-mrk authored Aug 30, 2024
1 parent 2b3f1a8 commit bddf57b
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 bddf57b

Please sign in to comment.