added copied to clipboard notice
This commit is contained in:
parent
dcbf340b9c
commit
a4a8f81dec
2 changed files with 2 additions and 0 deletions
|
@ -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 = []) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue