1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00

Clarify enable_background_question label. By @real-yfprojects (#1262)

This commit is contained in:
yfprojects 2022-04-16 06:41:20 +00:00 committed by GitHub
parent 6eaed0a8e9
commit c36ac81d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,9 +92,13 @@ def get_misc_settings() -> List[Dict[str, str]]:
else: else:
settings += [ settings += [
{ {
'key': 'enable_background_question', 'value': True, 'type': 'checkbox', 'key': 'enable_background_question',
'value': True,
'type': 'checkbox',
'label': trans_late('settings', 'label': trans_late('settings',
'Display background exit dialog') "If the system tray isn't available, "
"ask whether to continue in the background "
"on exit")
}, },
{ {
'key': 'disable_background_state', 'value': False, 'type': 'internal', 'key': 'disable_background_state', 'value': False, 'type': 'internal',