Preferences Highlighter
This commit is contained in:
parent
aecd7e2b93
commit
ffc29a2536
6 changed files with 92 additions and 6 deletions
|
@ -919,7 +919,7 @@ void NotificationManager::HintNotification::render_preferences_button(ImGuiWrapp
|
|||
}
|
||||
if (imgui.button(button_text.c_str(), button_size.x, button_size.y))
|
||||
{
|
||||
wxGetApp().open_preferences(2);
|
||||
wxGetApp().open_preferences(2, "show_hints");
|
||||
}
|
||||
|
||||
ImGui::PopStyleColor(5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue