font changing progress

This commit is contained in:
Kima
2024-02-18 20:27:55 +01:00
parent cbbf9b42b2
commit 0f4080c166
4 changed files with 94 additions and 32 deletions

View File

@@ -43,6 +43,7 @@ const settingsDB = DatabaseStruct("settings", {
"notify_s_pin": String, "extras_s_pin": String,
// more
"show_breaks": int,
"font_family": String,
});
// DON'T FORGET TO UPDATE DEFAULT VALUES IN `initDB` MIGRATION OR ELSE PARENTS WILL COMPLAIN ABOUT THEIR CHILDREN MISSING
// YOU'VE BEEN WARNED!!!