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
1 changed files with 6 additions and 2 deletions

View File

@ -92,9 +92,13 @@ def get_misc_settings() -> List[Dict[str, str]]:
else:
settings += [
{
'key': 'enable_background_question', 'value': True, 'type': 'checkbox',
'key': 'enable_background_question',
'value': True,
'type': 'checkbox',
'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',