diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-06 20:34:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-06 20:34:51 +0300 |
commit | e855b0922f15871e8deb07562f3d5c8ba675bf93 (patch) | |
tree | 1f0dc19f024964595c1c53d1d8ef3d33cdd6c47f /protocols/Discord/src/proto.h | |
parent | 85a007ed346d57d266dca3f6c6b2809ca8d61c97 (diff) |
related to #1863 ([Discord] Make option to turn off group chats/channels ; & add manual history sync from IMs/DMs (private chat))
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index c11a7787a6..873287bc1c 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -209,8 +209,9 @@ class CDiscordProto : public PROTO<CDiscordProto> INT_PTR __cdecl OnMenuCreateChannel(WPARAM, LPARAM); INT_PTR __cdecl OnMenuJoinGuild(WPARAM, LPARAM); INT_PTR __cdecl OnMenuLeaveGuild(WPARAM, LPARAM); + INT_PTR __cdecl OnMenuToggleSync(WPARAM, LPARAM); - HGENMENU m_hMenuLeaveGuild, m_hMenuCreateChannel; + HGENMENU m_hMenuLeaveGuild, m_hMenuCreateChannel, m_hMenuToggleSync; ////////////////////////////////////////////////////////////////////////////////////// // guilds |