This commit is contained in:
Jonas Braus
2025-03-17 17:24:37 +01:00
parent f049f583f4
commit 72878b5340
127 changed files with 19325 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ class PageEssen extends StatelessWidget {
return Text(
pageProvider.selectedEssenName,
style: TextStyle(fontSize: 40, fontWeight: FontWeight.bold),
textAlign: TextAlign.center,
);
},
),
+1 -1
View File
@@ -50,7 +50,7 @@ class _SpaceHomeState extends State<SpaceHome> {
}
// only for test
var disableRateTimeDebug = false;
var disableRateTimeDebug = true;
// end only for test
void _showNotRateTimeDialog(BuildContext context) {