Nik Clayton 5a861436ba
fix: Prevent race / crash when updating main drawer items (#1150)
Previous code could crash if the main drawer items weren't created
before setting the optional items (scheduled statuses, lists, etc).

Protect the drawer item manipulation with a mutex to prevent this.
2024-12-02 17:08:58 +01:00
..