diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:54:36 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:54:36 +0300 |
| commit | 9e24ff326b8b21ad40482c448ba43934cc92747c (patch) | |
| tree | a1f0aa50f24e408ca1251bfee5498a7f15923bd2 /protocols/Telegram/res | |
| parent | 6e33e16a110cb5b9747ec3edf969bdbafaf240a1 (diff) | |
fixes #4973 (Telegram: если собеседник удалил аккаунт, тот удаляется из базы)
Diffstat (limited to 'protocols/Telegram/res')
| -rw-r--r-- | protocols/Telegram/res/resource.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 0cd1ca5984..22c3e324b9 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -101,6 +101,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10
CONTROL "Do not store channel history in the database",IDC_RESIDENT_CHANNELS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,122,294,10
+ CONTROL "Delete contacts in Miranda when they are deleted from server",IDC_DELETE_CONTACTS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,135,294,10
END
IDD_OPTIONS_ADV DIALOGEX 0, 0, 310, 86
|
