Skip to content

Commit

Permalink
Fixes #473.
Browse files Browse the repository at this point in the history
KyouyamaKazusa0805 committed Sep 14, 2023
1 parent 44f3f4c commit 77cf687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SudokuStudio/Views/Pages/AnalyzePage.xaml
Original file line number Diff line number Diff line change
@@ -215,7 +215,8 @@
a:AnalyzerProperties.ReverseBugMaxSearchingEmptyCellsCount="{x:Bind ((z:App)y:Application.Current).Preference.AnalysisPreferences.ReverseBugMaxSearchingEmptyCellsCount,Mode=OneWay}"
a:AnalyzerProperties.TemplateDeleteOnly="False"
a:AnalyzerProperties.BowmanBingoMaxLength="64"
a:AnalyzerProperties.CheckAlmostLockedQuadruple="False"
a:AnalyzerProperties.CheckValueTypes="{x:Bind ((z:App)y:Application.Current).Preference.AnalysisPreferences.CheckValueTypes,Mode=OneWay}"
a:AnalyzerProperties.CheckAlmostLockedQuadruple="{x:Bind ((z:App)y:Application.Current).Preference.AnalysisPreferences.CheckAlmostLockedQuadruple,Mode=OneWay}"
a:AnalyzerProperties.CheckAdvancedJuniorExocet="True"
a:AnalyzerProperties.CheckAdvancedSeniorExocet="True"
a:AnalyzerProperties.LogicalSolverIsFullApplying="{x:Bind ((z:App)y:Application.Current).Preference.AnalysisPreferences.LogicalSolverIsFullApplying,Mode=OneWay}"

0 comments on commit 77cf687

Please sign in to comment.