Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:introlab/opentera-dashboards-service…
Browse files Browse the repository at this point in the history
… into dev

 the commit.
  • Loading branch information
doumdi committed Apr 30, 2024
2 parents 73078e6 + 04b6cd6 commit 9706fea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ BaseDelegate {
screenLoading.progressValue = (bytesReceived / bytesTotal) * 100
}
}
onDownloadFinished: {
if (screenLoading !== undefined){
screenLoading.visible = false;
}
}
}

FileDialog {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ BaseDelegate {
screenLoading.progressValue = (bytesReceived / bytesTotal) * 100
}
}
onDownloadFinished: {
if (screenLoading !== undefined){
screenLoading.visible = false;
}
}
}
FileDialog {
id: saveFileDialog
Expand Down

0 comments on commit 9706fea

Please sign in to comment.