disable try again debugging

This commit is contained in:
sneurlax 2023-10-19 16:04:50 -05:00
parent b87812f167
commit db9dfd2e5b

View file

@ -133,7 +133,7 @@ class FusionProgressUIState extends ChangeNotifier {
/// Set from the interface. I didn't want to have to configure
///
/// Used to be named maxConsecutiveFusionRoundsFailed.
bool _failed = true;
bool _failed = false;
bool get failed => _failed;
set failed(bool failed) {
_failed = failed;