forked from Green-Sky/tomato
system tray support
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "./tox_avatar_loader.hpp"
|
||||
#include "./message_image_loader.hpp"
|
||||
|
||||
#include "./sys_tray.hpp"
|
||||
#include "./status_indicator.hpp"
|
||||
#include "./chat_gui4.hpp"
|
||||
#include "./chat_gui/settings_window.hpp"
|
||||
@@ -92,6 +93,7 @@ struct MainScreen final : public Screen {
|
||||
MessageImageLoader mil;
|
||||
TextureCache<void*, Message3Handle, MessageImageLoader> msg_tc;
|
||||
|
||||
std::unique_ptr<SystemTray> st;
|
||||
StatusIndicator si;
|
||||
ChatGui4 cg;
|
||||
SettingsWindow sw;
|
||||
|
Reference in New Issue
Block a user