mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-11 05:30:17 +00:00
impr: score validation
This commit is contained in:
parent
d918032b9c
commit
7de2eda517
@ -302,7 +302,7 @@ class ScoreEditor(Ui_ScoreEditor, QWidget):
|
||||
|
||||
if score.score is None:
|
||||
flags |= ScoreValidateResult.ScoreIncomplete
|
||||
elif score.pure is None or score.far is None:
|
||||
elif score.pure is None or score.far is None or score.lost is None:
|
||||
flags |= ScoreValidateResult.ScoreIncompleteForValidate
|
||||
elif self.__chart.notes is not None:
|
||||
score_range = calculate_score_range(
|
||||
|
Loading…
x
Reference in New Issue
Block a user