1
0
forked from firka/firka

feat: added 400% to the calculator

This commit is contained in:
checkedear
2026-03-27 20:15:01 +01:00
parent 68035140b9
commit 3b09d072f0

View File

@@ -1053,7 +1053,7 @@ class _GradeCalculatorSheetContentState
int weightIndex = 1; // 0-based index into _snapPoints
final List<(int grade, int weight)> entries = [];
static const _snapPoints = [50, 100, 200, 300, 500];
static const _snapPoints = [50, 100, 200, 300, 400, 500];
int get weightPercent => _snapPoints[weightIndex];