mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Calendar/EventManager: Set m_dirty directly
This commit is contained in:
parent
887f040d0e
commit
75faa9239a
3 changed files with 8 additions and 8 deletions
|
@ -119,8 +119,6 @@ ErrorOr<void> AddEventDialog::add_event_to_calendar()
|
|||
.end = m_end_date_time,
|
||||
});
|
||||
|
||||
m_event_manager.set_dirty(true);
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue