Remove from playlist icon
This commit is contained in:
parent
dfb1ede0d4
commit
09030df8b8
2 changed files with 4 additions and 0 deletions
|
@ -647,6 +647,7 @@
|
|||
return {
|
||||
normal: [
|
||||
{
|
||||
icon: "./assets/feather/x-circle.svg",
|
||||
name: app.getLz('action.removeFromPlaylist'),
|
||||
action: () => {
|
||||
self.remove()
|
||||
|
@ -655,6 +656,7 @@
|
|||
],
|
||||
multiple: [
|
||||
{
|
||||
icon: "./assets/feather/x-circle.svg",
|
||||
name: app.getLz('action.removeFromPlaylist'),
|
||||
action: () => {
|
||||
self.remove()
|
||||
|
|
|
@ -446,6 +446,7 @@
|
|||
return {
|
||||
normal: [
|
||||
{
|
||||
icon: "./assets/feather/x-circle.svg",
|
||||
name: app.getLz('action.removeFromPlaylist'),
|
||||
action: () => {
|
||||
self.remove()
|
||||
|
@ -454,6 +455,7 @@
|
|||
],
|
||||
multiple: [
|
||||
{
|
||||
icon: "./assets/feather/x-circle.svg",
|
||||
name: app.getLz('action.removeFromPlaylist'),
|
||||
action: () => {
|
||||
self.remove()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue