mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed so that only LOG_ERROR from exceptions cause About Log to open.
This commit is contained in:
@ -315,7 +315,7 @@ void CTrayWindow::ReadConfig(CConfigParser& parser)
|
||||
{
|
||||
delete m_Measure;
|
||||
m_Measure = NULL;
|
||||
Log(LOG_ERROR, error.GetString().c_str());
|
||||
LogError(error);
|
||||
}
|
||||
|
||||
Rainmeter->SetCurrentParser(oldParser);
|
||||
|
Reference in New Issue
Block a user