rfp and v5 fixes

This commit is contained in:
Kima
2024-02-09 23:37:35 +01:00
parent dee6a13b1c
commit 4b2b90be8e
5 changed files with 63 additions and 42 deletions

View File

@@ -385,6 +385,14 @@ class SettingsHelper {
}),
);
}
// v5 grade rarity texts
static void surpriseGradeRarityText(BuildContext context) {
showRoundedModalBottomSheet(
context,
child: const GradeColorsSetting(),
);
}
}
// Rounding modal