added copied to clipboard notice
This commit is contained in:
parent
dcbf340b9c
commit
a4a8f81dec
2 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
"term.mute": "Mute",
|
||||
"term.unmute": "Unmute",
|
||||
"term.share": "Share",
|
||||
"term.share.success": "Copied to clipboard",
|
||||
"term.settings": "Settings",
|
||||
"term.seeAll": "See All",
|
||||
"term.sortBy": "Sort By",
|
||||
|
|
|
@ -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