Explain that you can also reset the values by deleting the config file.

This commit is contained in:
Martijn Courteaux
2025-08-21 21:15:36 +02:00
parent 278251f483
commit ae523c9bbf
2 changed files with 3 additions and 0 deletions

View File

@@ -3798,6 +3798,7 @@ Disabling the display of some events is especially recommended when the profiler
It is possible to store defaults for the settings marked with a red \emph{\textcolor{red}{*}} to the global Tracy configuration file.
This can be done using the \emph{Save current options as defaults} button at the bottom of the window, or by manually editing this configuration file (for which the path is indicated in the tooltip).
Next time you use Tracy, these stored default options will be used instead.
For now, restoring the defaults can be done by deleting the configuration file.
\subsection{Messages window}
\label{messages}

View File

@@ -873,6 +873,8 @@ void View::DrawOptions()
"Pressing this button stores their current values as the default values.\n\n"
"Alternatively, you can manually adjust those default values by editing the config file at:" );
TextDisabledUnformatted( fn );
ImGui::Spacing();
ImGui::TextUnformatted( "For now, to restore the default values, you may delete this configuration file." );
ImGui::EndTooltip();
}