Skip to content

Commit

Permalink
Fix toggle state not reflecting after new region load
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryotechnic committed Aug 20, 2024
1 parent 26b38b5 commit e8df9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Left"
Click="ChangeGameBGButton_Click"
IsEnabled="False"
IsEnabled="{x:Bind UseCustomBGParamsSwitch.IsOn, Mode=OneWay}"
CornerRadius="14">
<Button.Content>
<Grid Margin="4,0">
Expand Down

0 comments on commit e8df9fb

Please sign in to comment.