diff options
Diffstat (limited to 'plugins/AuthState')
-rw-r--r-- | plugins/AuthState/src/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/AuthState/src/options.h b/plugins/AuthState/src/options.h index 9621036a31..07b0a45af8 100644 --- a/plugins/AuthState/src/options.h +++ b/plugins/AuthState/src/options.h @@ -38,9 +38,10 @@ public: CreateLink(m_chkOnlyForRecent, Options.bIconsForRecentContacts);
}
- void OnApply() override
+ bool OnApply() override
{
for (auto &hContact : Contacts())
onExtraImageApplying((WPARAM)hContact, 0);
+ return true;
}
};
\ No newline at end of file |