mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54:15 +02:00
[fix] resetting the main configuration when tray mode is active
This commit is contained in:
@@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- download clients parameters
|
- download clients parameters
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- resetting some configuration fields during initialization
|
- resetting the main configuration when tray mode is active [#118](https://github.com/vinifmor/bauh/issues/118)
|
||||||
|
- bauh-cli crashing (https://github.com/vinifmor/bauh/issues/118)
|
||||||
- Arch
|
- Arch
|
||||||
- not checking if **pacman-mirrors** is available before starting to download repository packages (when multi-threaded download is enabled) [#117](https://github.com/vinifmor/bauh/issues/117)
|
- not checking if **pacman-mirrors** is available before starting to download repository packages (when multi-threaded download is enabled) [#117](https://github.com/vinifmor/bauh/issues/117)
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ def main():
|
|||||||
logger=logger,
|
logger=logger,
|
||||||
distro=util.get_distro(),
|
distro=util.get_distro(),
|
||||||
file_downloader=AdaptableFileDownloader(logger, bool(app_config['download']['multithreaded']),
|
file_downloader=AdaptableFileDownloader(logger, bool(app_config['download']['multithreaded']),
|
||||||
i18n, http_client),
|
i18n, http_client, app_config['download']['multithreaded_client']),
|
||||||
app_name=__app_name__)
|
app_name=__app_name__)
|
||||||
|
|
||||||
managers = gems.load_managers(context=context, locale=i18n.current_key, config=app_config, default_locale=DEFAULT_I18N_KEY)
|
managers = gems.load_managers(context=context, locale=i18n.current_key, config=app_config, default_locale=DEFAULT_I18N_KEY)
|
||||||
|
|||||||
Reference in New Issue
Block a user