Skip to content

Commit

Permalink
⬆ [ImGuiNotify]
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 23, 2024
1 parent 9d82be4 commit 6b64356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ImGuiNotify
Submodule ImGuiNotify updated 1 files
+16 −10 src/ImGuiNotify.cpp
2 changes: 1 addition & 1 deletion src/Cool/DebugOptions/TestNotification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void TestNotification::imgui()
if (ImGui::Button("Success"))
ImGuiNotify::send({.type = ImGuiNotify::Type::Success, .content = "Hello"});
if (ImGui::Button("Info"))
ImGuiNotify::send({.type = ImGuiNotify::Type::Info, .content = "Hello"});
ImGuiNotify::send({.type = ImGuiNotify::Type::Info, .title = "Hello"});
}

} // namespace Cool

0 comments on commit 6b64356

Please sign in to comment.