add tox client and more setup

This commit is contained in:
2023-07-26 12:55:50 +02:00
parent 3a1c15f313
commit a848a01527
6 changed files with 259 additions and 7 deletions

View File

@ -10,12 +10,13 @@ StartScreen::StartScreen(void) {
Screen* StartScreen::poll(bool&) {
// TODO: imgui tox profile selector?
// +------------------------
// +----------------------------
// | |*tox profile*| plugins |
// | +------+ +--------
// | | ICON | | fileselector/dropdown?
// | | | | password input
// | +------+ +--------
// +------------------------
// +----------------------------
auto new_screen = std::make_unique<MainScreen>("tomato.tox");
return new_screen.release();