1
Fork 0
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:
david072 2023-11-17 21:04:18 +01:00 committed by Andrew Kaster
parent 887f040d0e
commit 75faa9239a
3 changed files with 8 additions and 8 deletions

View file

@ -119,8 +119,6 @@ ErrorOr<void> AddEventDialog::add_event_to_calendar()
.end = m_end_date_time,
});
m_event_manager.set_dirty(true);
return {};
}