mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed typo
This commit is contained in:
parent
7168634bb6
commit
1e978aa4b8
@ -1313,7 +1313,7 @@ void CMeterWindow::UpdateMeasure(const std::wstring& name, bool group)
|
||||
{
|
||||
if (CompareName((*i), measure, group))
|
||||
{
|
||||
if (bNetStats && (*i)->GetTypeID() && TypeID<CMeasureNet>())
|
||||
if (bNetStats && (*i)->GetTypeID() == TypeID<CMeasureNet>())
|
||||
{
|
||||
CMeasureNet::UpdateIFTable();
|
||||
CMeasureNet::UpdateStats();
|
||||
|
Loading…
Reference in New Issue
Block a user