change some labels and display tox status in main menu bar

based on user feedback
This commit is contained in:
Green Sky
2024-11-15 00:07:15 +01:00
parent 9bf9753bd1
commit 9277ef34f6
5 changed files with 44 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ MainScreen::MainScreen(SimpleConfigModel&& conf_, SDL_Renderer* renderer_, Theme
cg(conf, os, rmm, cr, sdlrtu, contact_tc, msg_tc, theme),
sw(conf),
osui(os),
tuiu(tc, conf),
tuiu(tc, conf, &tpi),
tdch(tpi),
smui(os, sm),
dvt(os, sm, sdlrtu)