Skip to content

Commit

Permalink
NXDRIVE-2912: Display Drive notification for document review --17/05 -01
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya committed May 17, 2024
1 parent bcfe9ee commit 6bca6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nxdrive/data/qml/Systray.qml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Rectangle {
property int pendingTasksCount: api.tasks_remaining(accountSelect.getRole("uid"))

state: "pending_tasks"
visible:taskState.pendingTasksCount > 0
visible:taskState.pendingTasksCount > 0 && feat_tasks_management.enabled
color: progressFilledLight
states: [
State {
Expand Down
2 changes: 1 addition & 1 deletion nxdrive/data/qml/SystrayStatusTasks.qml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ HoverRectangle {
IconLabel {
id: statusIcon
Image {
source: "icons/tasks.svg"
source: "../icons/tasks.svg"
}
//color: statusText.color
Layout.alignment: Qt.AlignRight
Expand Down

0 comments on commit 6bca6fe

Please sign in to comment.