Calling destructor of notifications manager and hint database

Ensures to translate hints after change of language
This commit is contained in:
David Kocik 2021-09-01 17:58:55 +02:00
parent 5f7a4982f6
commit 42f4de94df
5 changed files with 17 additions and 0 deletions

View file

@ -121,6 +121,7 @@ public:
};
NotificationManager(wxEvtHandler* evt_handler);
~NotificationManager();
// Push a prefabricated notification from basic_notifications (see the table at the end of this file).
void push_notification(const NotificationType type, int timestamp = 0);