forked from Green-Sky/tomato
add tox client and more setup
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user