[FEATURE] Ability to check/uncheck optional dependencies at once (#360)

This commit is contained in:
NoobKozlegeny
2024-05-25 13:30:16 +02:00
committed by GitHub
parent 49a39802ca
commit 4cd1172eda
6 changed files with 18 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ class ArchConfigManager(YAMLConfigManager):
'check_dependency_breakage': True,
'suggest_unneeded_uninstall': False,
'suggest_optdep_uninstall': False,
"suggest_optdep_select": True,
'aur_idx_exp': 1,
'categories_exp': 24,
'aur_rebuild_detector': False,