We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc923d commit 606e3f0Copy full SHA for 606e3f0
octoprint_onedrive_backup/static/src/components/App.tsx
@@ -66,9 +66,9 @@ function App () {
66
if (type === "upload_progress") {
67
const progress = message.data.data.content.progress
68
69
- if (progressNotification && progressNotification.state === "open"){
+ if (progressNotification){
70
progressNotification.update({
71
- text: `${progress}% complete`
+ text: `Upload ${progress}% complete...`
72
})
73
} else {
74
const notify = new Pnotify({
0 commit comments