Lessons unlock menu in the teacher settings

This commit is contained in:
Laurent Tourte
2024-05-09 15:03:34 +02:00
parent 6e60ee8750
commit f84bd3ee3b
7 changed files with 306 additions and 2 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ var student: String = "" :
_save_student_settings()
student = student_name
student_settings = null
student_progression = null
if student :
_load_student_settings()
_load_student_progression()
else :
student_settings = null
var _device_settings: DeviceSettings
var teacher_settings: TeacherSettings