added option to hide breaks in timetable (settings)

This commit is contained in:
Kima
2024-02-08 20:15:51 +01:00
parent ea44f74cc4
commit 23b6e1b8c7
2 changed files with 17 additions and 2 deletions

View File

@@ -36,7 +36,10 @@ const settingsDB = DatabaseStruct("settings", {
"live_activity_color": String,
"welcome_message": String, "app_icon": String,
// paints
"current_theme_id": String, "current_theme_display_name": String, "current_theme_creator": String,
"current_theme_id": String, "current_theme_display_name": String,
"current_theme_creator": String,
// more
"show_breaks": int,
});
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
// YOU'VE BEEN WARNED!!!