Use edit-clear for clear playqueue action
This commit is contained in:
committed by
craig.p.drummond
parent
3e98fd1cc6
commit
c04c19d06e
@@ -401,7 +401,7 @@ void Icons::init()
|
||||
editIcon=Icon("gtk-edit");
|
||||
}
|
||||
if (clearListIcon.isNull()) {
|
||||
clearListIcon=Icon("edit-delete");
|
||||
clearListIcon=Icon("edit-clear");
|
||||
}
|
||||
if (filesIcon.isNull()) {
|
||||
filesIcon=Icon("empty");
|
||||
|
||||
Reference in New Issue
Block a user