Merge dev to main, nearing completion #6

Merged
WorldTeacher merged 33 commits from dev into main 2025-05-13 15:32:46 +01:00
Showing only changes of commit 3d2be0fd47 - Show all commits

View File

@@ -70,7 +70,7 @@ class ElsaDialog(QtWidgets.QDialog, Ui_Dialog):
##Variables
self.db = Database()
self.graph_data = {"x": [Semester().value], "y": [0]}
self.graph_data = {"x": [""], "y": [0]}
self.createProf = False
self.profs = self.getProfs()