Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtedde committed Sep 11, 2023
2 parents 1255423 + 7d2b363 commit 5a29694
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/vorta/store/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ def get_misc_settings() -> List[Dict[str, str]]:
'value': True,
'type': 'checkbox',
'group': startup,
'label': trans_late('settings', 'Open main window on startup'),
'tooltip': trans_late('settings', 'Open main window when the application is launched'),
'label': trans_late('settings', 'Show main window of Vorta on launch'),
'tooltip': trans_late(
'settings',
'Make Vorta appear on screen instead of minimizing to system tray',
),
},
{
'key': 'get_srcpath_datasize',
Expand Down

0 comments on commit 5a29694

Please sign in to comment.