Skip to content

Commit

Permalink
Added mouse hover message on task icon
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed May 23, 2024
1 parent 74f5e9b commit 92e50c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nxdrive/data/i18n/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
"FOLDER_USED": "Folder already used by another account",
"FREE_DISK_SPACE": "(Free disk space: %1)",
"GENERATING": "Generating…",
"HANDLE_TASKS": "Handle tasks",
"HELP": "Help",
"HISTORY": "History",
"HOST": "Host",
Expand Down
1 change: 1 addition & 0 deletions nxdrive/data/qml/Systray.qml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Rectangle {
color: "#FFFFFF"
enabled: feat_tasks_management.enabled
opacity: feat_tasks_management.enabled ? 1.0 : 0.2
tooltip: qsTr("HANDLE_TASKS") + tl.tr
}

// Icon 3: open remote server's URL
Expand Down

0 comments on commit 92e50c6

Please sign in to comment.