Skip to content

Commit

Permalink
Add new option network_cache_size_bytes to profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Apr 11, 2024
1 parent b379abd commit 40856d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picard/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class UserProfileGroups():
SettingDesc('proxy_username', N_("Proxy username"), ['username']),
SettingDesc('proxy_password', N_("Proxy password"), ['password']),
SettingDesc('network_transfer_timeout_seconds', N_("Request timeout in seconds"), ['transfer_timeout']),
SettingDesc('network_cache_size_bytes', N_("Network cache size in bytes"), ['network_cache_size']),
SettingDesc('browser_integration', N_("Browser integration"), []), # No highlight specified because the 'browser_integration'
# object is a QGroupBox and it highlights all sub options,
# even if the sub options are not selected.
Expand Down

0 comments on commit 40856d9

Please sign in to comment.