icon packs

This commit is contained in:
55nknown
2022-11-14 10:08:05 +01:00
parent fcb1d8d6d9
commit 5d37de897f
6 changed files with 73 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ const settingsDB = DatabaseStruct("settings", {
"vibration_strength": int, "ab_weeks": int, "swap_ab_weeks": int,
"notifications": int, "notifications_bitfield": int, "notification_poll_interval": int, // notifications
"x_filc_id": String, "graph_class_avg": int, "presentation_mode": int, "bell_delay": int, "bell_delay_enabled": int,
"grade_opening_fun": int,
"grade_opening_fun": int, "icon_pack": String,
});
const usersDB = DatabaseStruct(
"users", {"id": String, "name": String, "username": String, "password": String, "institute_code": String, "student": String, "role": int});