finished new badge thingie

This commit is contained in:
Kima
2024-06-17 22:47:30 +02:00
parent 9470c848bf
commit 92f16e054d
4 changed files with 26 additions and 6 deletions

View File

@@ -1074,6 +1074,15 @@ class SettingsScreenState extends State<SettingsScreen>
title: const Text('pushTimetableToCalendar'),
onPressed: () async {},
),
PanelButton(
title: const Text('resetNewBadges'),
onPressed: () async {
Provider.of<SettingsProvider>(context, listen: false)
.update(
unseenNewFeatures: ['grade_exporting'],
);
},
),
],
),
// developer options