We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733c40 commit 96d1386Copy full SHA for 96d1386
src/main.rs
@@ -521,11 +521,12 @@ impl Application for OfflinePuzzles {
521
// to analyze a full game in analysis mode after the puzzles ended.
522
self.analysis_history = vec![self.board];
523
self.puzzle_tab.current_puzzle_move = 1;
524
+ self.puzzle_tab.game_status = GameStatus::NoPuzzles;
525
+ } else {
526
self.puzzle_tab.game_status = GameStatus::PuzzleEnded;
527
}
528
self.last_move_from = None;
529
self.last_move_to = None;
- self.puzzle_tab.game_status = GameStatus::NoPuzzles;
530
self.puzzle_status = String::from("All puzzles done for this search!");
531
532
} else {
0 commit comments