Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Khyrou committed Apr 5, 2019
1 parent 7acfff4 commit c81bccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FFXIVTool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ private void GposeButton_Checked(object sender, RoutedEventArgs e)
NPCRefresh.IsEnabled = false;

MainViewModel.ViewTime.HairSelectButton.IsEnabled = false;
MainViewModel.ViewTime.HighLightButton.IsEnabled = false;
MainViewModel.ViewTime.ModelTypeButton.IsEnabled = false;
MainViewModel.ViewTime.HighlightcolorSearch.IsEnabled = false;
MainViewModel.ViewTime.LeftEyeSearch.IsEnabled = false;
Expand Down Expand Up @@ -1020,7 +1019,6 @@ private void GposeButton_Unchecked(object sender, RoutedEventArgs e)
CharacterRefreshButton.IsEnabled = true;
NPCRefresh.IsEnabled = true;
MainViewModel.ViewTime.HairSelectButton.IsEnabled = true;
MainViewModel.ViewTime.HighLightButton.IsEnabled = true;
MainViewModel.ViewTime.ModelTypeButton.IsEnabled = true;
MainViewModel.ViewTime.HighlightcolorSearch.IsEnabled = true;
MainViewModel.ViewTime.LeftEyeSearch.IsEnabled = true;
Expand Down

0 comments on commit c81bccb

Please sign in to comment.