diff options
| author | George Hazan <ghazan@miranda.im> | 2018-10-31 15:57:25 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-10-31 15:57:25 +0300 |
| commit | 67a6c03577c66cb1b8cb69ad1f31b79fa7cc8a3c (patch) | |
| tree | b70a883d3014c8641db2a9c46c2348949c58eb7f /protocols/Discord/res | |
| parent | 4d8882c9c68f74ae41364995720517e7dff14d33 (diff) | |
Discord: additional option to use special sub-groups for guilds
Diffstat (limited to 'protocols/Discord/res')
| -rw-r--r-- | protocols/Discord/res/discord.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index fba3f590d7..5b0fce2d89 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -76,6 +76,8 @@ BEGIN LTEXT "Default group:",IDC_STATIC,17,91,61,8,0,WS_EX_RIGHT EDITTEXT IDC_GROUP,84,89,123,13,ES_AUTOHSCROLL CONTROL "Hide guild chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,107,248,10 + CONTROL "Use subgroups for guild's channels (requires restart)",IDC_USEGROUPS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,121,248,10 END IDD_OPTIONS_ACCMGR DIALOGEX 0, 0, 200, 88 |
