Skip to content

Commit

Permalink
update failed video download text
Browse files Browse the repository at this point in the history
  • Loading branch information
usyless committed Dec 27, 2024
1 parent 7339792 commit cd13925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/twitter_improvements.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
else if (r.status === 'choice') Notification.createVideoChoice(r.choices, event);
else if (r.status === 'newpage') {
navigator.clipboard.writeText(r.copy);
Notification.create('Error occurred downloading video, copied file name to clipboard, use cobalt.tools website to download, alternatively turn on auto update downloading in settings', 10000);
} else Notification.create('Error occurred downloading video, try clicking on tweet to fix if enabled auto update downloading in settings', 10000);
Notification.create('Error occurred downloading video, copied file name to clipboard, use cobalt.tools website to download, try clicking on a new tweet to fix', 10000);
} else Notification.create('Error occurred downloading video, try clicking on a new tweet to fix', 10000);
}
}

Expand Down

0 comments on commit cd13925

Please sign in to comment.