Skip to content

Commit

Permalink
resolved a problemen with fullscreen integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Dec 11, 2020
1 parent 336acae commit 4d2c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/ThemeModifierSettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
<Label Content="{DynamicResource LOCThemeModifierIntegrationFeatures}" />
</CheckBox>

<CheckBox Grid.Column="0" Grid.Row="3" IsChecked="{Binding IntegrationFS}" VerticalAlignment="Center">
<CheckBox Grid.Column="0" Grid.Row="3" IsChecked="{Binding EnableIntegrationFS}" VerticalAlignment="Center">
<Label Content="{DynamicResource LOCCommonIntegrationFullScreenEnable}" />
</CheckBox>
</Grid>
Expand Down

0 comments on commit 4d2c08d

Please sign in to comment.