mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Changed label and tooltip for startup setting of Vorta (#1804)
This makes the setting easier to comprehend and removes ambiguity between the autostart setting. * modifed foreground label and tooltip
This commit is contained in:
parent
8c82c4069d
commit
7d2b3634f1
1 changed files with 5 additions and 2 deletions
|
@ -48,8 +48,11 @@ def get_misc_settings() -> List[Dict[str, str]]:
|
||||||
'value': True,
|
'value': True,
|
||||||
'type': 'checkbox',
|
'type': 'checkbox',
|
||||||
'group': startup,
|
'group': startup,
|
||||||
'label': trans_late('settings', 'Open main window on startup'),
|
'label': trans_late('settings', 'Show main window of Vorta on launch'),
|
||||||
'tooltip': trans_late('settings', 'Open main window when the application is launched'),
|
'tooltip': trans_late(
|
||||||
|
'settings',
|
||||||
|
'Make Vorta appear on screen instead of minimizing to system tray',
|
||||||
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'key': 'get_srcpath_datasize',
|
'key': 'get_srcpath_datasize',
|
||||||
|
|
Loading…
Reference in a new issue