mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-01 10:46:53 +08:00
waver: add indicators for new messages and capture data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user