unread message status + fade in ui
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user