added warning to google calendar sync

This commit is contained in:
Kima
2024-04-21 14:07:30 +02:00
parent 02a078df2a
commit 86a656e25d
5 changed files with 44 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ import 'package:refilc/theme/colors/dark_mobile.dart';
import 'package:flutter/material.dart';
import 'package:uuid/uuid.dart';
enum Pages { home, grades, timetable, messages, absences }
enum Pages { home, grades, timetable, notes, absences }
enum UpdateChannel { stable, beta, dev }