waver: add indicators for new messages and capture data

This commit is contained in:
Georgi Gerganov
2021-01-06 19:38:44 +02:00
parent 4aaf7c594f
commit 635106f425
2 changed files with 29 additions and 7 deletions

View File

@@ -116,8 +116,8 @@ bool ImGui_EndFrame(SDL_Window * window) {
bool ImGui_SetStyle() {
ImGuiStyle & style = ImGui::GetStyle();
style.AntiAliasedFill = false;
style.AntiAliasedLines = false;
style.AntiAliasedFill = true;
style.AntiAliasedLines = true;
style.WindowRounding = 0.0f;
style.WindowPadding = ImVec2(8, 8);