Skip to content

Commit ae523c9

Browse files
committed
Explain that you can also reset the values by deleting the config file.
1 parent 278251f commit ae523c9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎manual/tracy.tex‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3798,6 +3798,7 @@ \subsection{Options menu}
37983798
It is possible to store defaults for the settings marked with a red \emph{\textcolor{red}{*}} to the global Tracy configuration file.
37993799
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).
38003800
Next time you use Tracy, these stored default options will be used instead.
3801+
For now, restoring the defaults can be done by deleting the configuration file.
38013802

38023803
\subsection{Messages window}
38033804
\label{messages}

‎profiler/src/profiler/TracyView_Options.cpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,8 @@ void View::DrawOptions()
873873
"Pressing this button stores their current values as the default values.\n\n"
874874
"Alternatively, you can manually adjust those default values by editing the config file at:" );
875875
TextDisabledUnformatted( fn );
876+
ImGui::Spacing();
877+
ImGui::TextUnformatted( "For now, to restore the default values, you may delete this configuration file." );
876878
ImGui::EndTooltip();
877879
}
878880

0 commit comments

Comments
 (0)