added copied to clipboard notice

This commit is contained in:
booploops 2022-02-01 22:17:46 -08:00
parent dcbf340b9c
commit a4a8f81dec
2 changed files with 2 additions and 0 deletions

View file

@ -971,6 +971,7 @@ const app = new Vue({
})
},
copyToClipboard(str) {
notyf.success(app.getLz('term.share.success'))
navigator.clipboard.writeText(str)
},
newPlaylist(name = app.getLz('term.newPlaylist'), tracks = []) {