Minor changes

This commit is contained in:
Scott Idem
2022-10-10 11:27:44 -04:00
parent e36a95fd76
commit 6cfd76c788
3 changed files with 68 additions and 30 deletions

View File

@@ -109,7 +109,7 @@ class Event_Presenter_Base(BaseModel):
hide_event_launcher: Optional[bool]
priority: Optional[bool]
sort: Optional[int]
sort: Optional[int] # The presenter number if given
group: Optional[str]
notes: Optional[str]