diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-14 12:30:04 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-14 12:30:04 +0300 |
commit | e17ab7d1d4fbe0a32e3153235b8316a1f38ddef3 (patch) | |
tree | 7d8755c3c341516ab65011ab6c38cdff643323eb /include/m_clistint.h | |
parent | af45a65dec00f4af9617d817285b859cc98e4171 (diff) |
IconFlashTime - old option converted to CMOption
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 2661700b13..168d8fb0ec 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -456,6 +456,7 @@ namespace Clist TrayAlwaysStatus;
extern MIR_APP_EXPORT CMOption<uint32_t>
+ IconFlashTime,
OfflineModes;
};
|