diff options
author | George Hazan <ghazan@miranda.im> | 2020-11-30 17:13:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-11-30 17:13:35 +0300 |
commit | e567cbd887f33004c3c3adab00b5d8e50e891a33 (patch) | |
tree | 452c0c624a997335ec1a115f49fbb87fc0f41292 /include/m_clistint.h | |
parent | 90b9c5d9c12d75e14f4c4cb7f871e4787f6c89e9 (diff) |
fixes #2630 (Clist blind: Filter search option moved to Options - Contact list - Common)
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 592174e550..aee62feab3 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -447,12 +447,12 @@ namespace Clist extern MIR_APP_EXPORT CMOption<bool>
HideOffline,
UseGroups,
+ FilterSearch,
HideEmptyGroups,
ConfirmDelete;
extern MIR_APP_EXPORT CMOption<DWORD>
OfflineModes;
-
};
#endif // M_CLISTINT_H__
|