Added meta information in session file XML, for quick access to file

info (SessionCreator::info), displayed in the user interface (list of
sessions in quick access).
This commit is contained in:
brunoherbelin
2020-07-04 10:18:26 +02:00
parent 3f0def5c26
commit 84cd772644
8 changed files with 72 additions and 16 deletions

View File

@@ -187,7 +187,6 @@ bool ImGuiToolkit::IconToggle(int i, int j, int i_toggle, int j_toggle, bool* to
if (tooltips != nullptr && tooltips[tooltipid] != nullptr && ImGui::IsItemHovered())
{
ImGui::BeginTooltip();
// ImGui::Text("%s-clic on source to show pannel", Settings::application.pannel_stick?"Single":"Double");
ImGui::Text("%s", tooltips[tooltipid]);
ImGui::EndTooltip();
}