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:
parent
6eaed0a8e9
commit
c36ac81d5e
1 changed files with 6 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue