add hacky tox add by id + use ips instead of dns names for bsnodes and relays

This commit is contained in:
2023-10-20 21:40:45 +02:00
parent dce42b866a
commit 869edb8d84
7 changed files with 144 additions and 4 deletions

View File

@ -19,7 +19,8 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
tam(rmm, cr, conf),
sdlrtu(renderer_),
cg(conf, rmm, cr, sdlrtu),
sw(conf)
sw(conf),
tuiu(tc, conf)
{
tel.subscribeAll(tc);
@ -111,6 +112,7 @@ Screen* MainScreen::poll(bool& quit) {
cg.render();
sw.render();
tuiu.render();
if constexpr (false) {
ImGui::ShowDemoWindow();