add stream manager ui

This commit is contained in:
2024-09-27 16:05:16 +02:00
parent b899b8131e
commit d89ab0bf42
6 changed files with 248 additions and 2 deletions

View File

@ -34,6 +34,7 @@
#include "./tox_ui_utils.hpp"
#include "./tox_dht_cap_histo.hpp"
#include "./tox_friend_faux_offline_messaging.hpp"
#include "./stream_manager_ui.hpp"
#if TOMATO_TOX_AV
#include "./tox_av.hpp"
@ -91,6 +92,7 @@ struct MainScreen final : public Screen {
ObjectStoreUI osui;
ToxUIUtils tuiu;
ToxDHTCapHisto tdch;
StreamManagerUI smui;
PluginManager pm; // last, so it gets destroyed first