Store and restore tech info toggle via settings file

This commit is contained in:
xenakios
2018-02-13 17:52:45 +02:00
parent c9a3a3ab03
commit 3a36e35903
2 changed files with 2 additions and 0 deletions

View File

@ -388,6 +388,7 @@ String juceversiontxt = String("JUCE ") + String(JUCE_MAJOR_VERSION) + "." + Str
if (r == 7)
{
toggleBool(processor.m_show_technical_info);
processor.m_propsfile->m_props_file->setValue("showtechnicalinfo", processor.m_show_technical_info);
}
}