Update ThirdPartyDialog.cpp

This commit is contained in:
Dyras 2021-03-27 12:40:53 +01:00 committed by GitHub
parent 8178456195
commit 2c5cdc0418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ void CThirdPartyDialog::CollectTemplates()
ini.GetTemplateNames(L"Download", names);
ini.GetTemplateNames(L"Misc", names);
ini.GetTemplateNames(L"WebBrowser", names);
ini.GetTemplateNames(L"TorrentClient", names);
m_templates.RemoveAll();
while (! names.IsEmpty()) {