File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ private class Config
3030 public string ModCollectionsPath { get ; internal set ; }
3131 public string GameModPath { get ; internal set ; }
3232 public string GameDataPath { get ; internal set ; }
33- public int GameEdition { get ; internal set ; }
33+ public int GameEdition { get ; internal set ; } = 1 ;
3434 public string IsoLocationKH2 { get ; internal set ; }
3535 public string IsoLocationKH1 { get ; internal set ; }
3636 public string IsoLocationRecom { get ; internal set ; }
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ public string IsoLocationRecom
225225 public Visibility KH1RecognizedVisibility => ! string . IsNullOrEmpty ( _isoLocationKH1 ) ? Visibility . Visible : Visibility . Collapsed ;
226226 public Visibility KH2RecognizedVisibility => ! string . IsNullOrEmpty ( _isoLocationKH2 ) ? Visibility . Visible : Visibility . Collapsed ;
227227 public Visibility RecomRecognizedVisibility => ! string . IsNullOrEmpty ( _isoLocationRecom ) ? Visibility . Visible : Visibility . Collapsed ;
228+ public Visibility OpenKhGameEngineVisible => ConfigurationService . DevView ? Visibility . Visible : Visibility . Collapsed ;
228229
229230 public bool IsGameSelected
230231 {
Original file line number Diff line number Diff line change 4848 <StackPanel >
4949 <TextBlock Margin =" 0 0 0 3" >Game edition</TextBlock >
5050 <ComboBox Margin =" 0 0 0 6" SelectedIndex =" {Binding GameEdition}" >
51- <ComboBoxItem >OpenKH Game Engine</ComboBoxItem >
51+ <ComboBoxItem Visibility = " {Binding OpenKhGameEngineVisible} " >OpenKH Game Engine</ComboBoxItem >
5252 <ComboBoxItem >PlayStation 2 using PCSX2 emulator</ComboBoxItem >
5353 <ComboBoxItem >PC Release</ComboBoxItem >
5454 </ComboBox >
You can’t perform that action at this time.
0 commit comments