diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-05 19:05:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-05 19:05:43 +0300 |
commit | 3e5e181d6de6e5244cd2b1c9f9af2cc40eaa8107 (patch) | |
tree | a3d390a770c95c69f2274549a5f02cc988839fef /protocols/Tox | |
parent | 9888ac73a0c7e6815b8a2b66751f303db7f0632f (diff) |
fixes #3292 (Не добвляются свои ноды в настройках TOX)
Diffstat (limited to 'protocols/Tox')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index 5bd7044b1d..c8803d0f48 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -262,7 +262,6 @@ public: m_port(this, IDC_PORT), m_pkey(this, IDC_PKEY),
m_iItem(iItem)
{
- m_autoClose = CLOSE_ON_CANCEL;
m_list = m_nodes;
}
|