Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed label and tooltip for startup of Vorta #1804

Merged
merged 5 commits into from
Sep 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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