Skip to content

Commit

Permalink
checkbox hotfix
Browse files Browse the repository at this point in the history
* make sure auto mode is disabled before loading another profile
  • Loading branch information
rex706 committed Dec 13, 2016
1 parent bc84ecf commit e78533d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARMA FOV Changer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ private static async Task<int> CheckForUpdate()

private void ProfileMenuItem_Click(object sender, RoutedEventArgs e)
{
autoCheckBox.IsChecked = false;
autoCheckBox.Visibility = Visibility.Hidden;

fovSlider.IsEnabled = true;
Expand Down

0 comments on commit e78533d

Please sign in to comment.