Skip to content

Commit

Permalink
✨ Finally implement change state management in the cooling UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexawyz committed Jan 11, 2025
1 parent e7c7219 commit 4701c7b
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/Exo/Ui/Exo.Settings.Ui/CoolingPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
ContentTemplateSelector="{StaticResource CoolingParametersTemplateSelector}" />
<StackPanel Orientation="Horizontal" Margin="0,12,0,0" HorizontalAlignment="Right">
<Button x:Uid="ResetButton" HorizontalAlignment="Right" Margin="0,0,6,0" Command="{Binding ResetCommand}" CommandParameter="{Binding}" />
<Button x:Uid="ApplyButton" Style="{StaticResource AccentButtonStyle}" HorizontalAlignment="Right" Margin="6,0,0,0" Command="{Binding ApplyChangesCommand}" CommandParameter="{Binding}" />
<Button x:Uid="ApplyButton" Style="{StaticResource AccentButtonStyle}" HorizontalAlignment="Right" Margin="6,0,0,0" Command="{Binding ApplyCommand}" CommandParameter="{Binding}" />
</StackPanel>
</StackPanel>
</Expander>
Expand Down
Loading

0 comments on commit 4701c7b

Please sign in to comment.