mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-19 06:40:22 -04:00
Remove the desktop notification setting -- everyone gets them now
This commit is contained in:
parent
f83a224299
commit
dd5e5ec247
8 changed files with 7 additions and 31 deletions
|
@ -51,7 +51,6 @@ class TestSettings:
|
|||
'auth_type': 'no_auth',
|
||||
'auth_password': '',
|
||||
'close_after_first_download': True,
|
||||
'systray_notifications': True,
|
||||
'shutdown_timeout': False,
|
||||
'use_stealth': False,
|
||||
'use_autoupdate': True,
|
||||
|
@ -119,7 +118,6 @@ class TestSettings:
|
|||
assert settings_obj.get('auth_type') == 'no_auth'
|
||||
assert settings_obj.get('auth_password') == ''
|
||||
assert settings_obj.get('close_after_first_download') is True
|
||||
assert settings_obj.get('systray_notifications') is True
|
||||
assert settings_obj.get('use_stealth') is False
|
||||
assert settings_obj.get('use_autoupdate') is True
|
||||
assert settings_obj.get('autoupdate_timestamp') is None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue