unread message status + fade in ui

This commit is contained in:
2023-09-29 18:15:18 +02:00
parent dd316d2589
commit 4afe39dacc
5 changed files with 79 additions and 8 deletions

View File

@ -85,9 +85,7 @@ Screen* MainScreen::poll(bool& quit) {
cg.render();
if constexpr (false) {
bool open = !quit;
ImGui::ShowDemoWindow(&open);
quit = !open;
ImGui::ShowDemoWindow();
}
#if 0