mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Fixed calendar export, disable reminders option has been removed from menu
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
public string Faculty { get; set; }
|
||||
public int Course { get; set; }
|
||||
public string Group { get; set; }
|
||||
public int? Reminder { get; set; }
|
||||
public int Reminder { get; set; }
|
||||
public bool AddGroupToTitle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user