tray: Start tray from module

This commit is contained in:
patrick96 2022-08-28 15:15:48 +02:00
parent 1dcff9396a
commit ffcdf7d690
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7
6 changed files with 54 additions and 34 deletions
include/components

View file

@ -62,6 +62,7 @@ class controller : public signal_receiver<SIGN_PRIORITY_CONTROLLER, signals::eve
protected:
void trigger_notification();
void start_modules();
void read_events(bool confwatch);
void process_inputdata(string&& cmd);
bool process_update(bool force);