mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
enhancement: replacing wget by new download implementation
This commit is contained in:
@@ -146,7 +146,7 @@ class GenericSettingsManager(SettingsController):
|
||||
return TabComponent(self.i18n['core.config.tab.advanced'].capitalize(), panel, None, 'core.adv')
|
||||
|
||||
def _gen_multithread_client_select(self, core_config: dict) -> SingleSelectComponent:
|
||||
available_mthread_clients = self.file_downloader.list_available_multithreaded_clients()
|
||||
available_mthread_clients = [*self.file_downloader.list_available_multithreaded_clients()]
|
||||
available_mthread_clients.sort()
|
||||
|
||||
default_i18n_key = 'default' if available_mthread_clients else 'core.config.download.multithreaded_client.none'
|
||||
|
||||
Reference in New Issue
Block a user