mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-16 07:40:18 +00:00
fix: ScoreDelegate
empty value checking when validating score
This commit is contained in:
parent
263386e2f1
commit
7271eaab55
@ -95,6 +95,7 @@ class ScoreDelegate(TextSegmentDelegate):
|
||||
self.isScoreInstance(index)
|
||||
and isinstance(chart, Chart)
|
||||
and chart.notes is not None
|
||||
and chart.notes != 0
|
||||
and score.pure is not None
|
||||
and score.far is not None
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user