removed total average calculatro from refilcplus and added grade export viewing

This commit is contained in:
Kima
2024-06-19 22:09:00 +02:00
parent 767eba3776
commit b6a933fe85
3 changed files with 12 additions and 8 deletions

View File

@@ -698,12 +698,12 @@ class GradesPageState extends State<GradesPage> {
],
),
onTap: () {
if (!Provider.of<PlusProvider>(context, listen: false)
.hasScope(PremiumScopes.totalGradeCalculator)) {
PlusLockedFeaturePopup.show(
context: context, feature: PremiumFeature.gradeCalculation);
return;
}
// if (!Provider.of<PlusProvider>(context, listen: false)
// .hasScope(PremiumScopes.totalGradeCalculator)) {
// PlusLockedFeaturePopup.show(
// context: context, feature: PremiumFeature.gradeCalculation);
// return;
// }
// SoonAlert.show(context: context);
gradeCalcTotal(context);