Skip to content

Commit

Permalink
Add more icons to item context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Apr 25, 2016
1 parent 66b0239 commit 08ffbee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion glwskins/flat/ctxmenu/default_details.view
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,14 @@ widget(popup, {
"share", "ic_folder_shared_48px",
"store", "ic_shopping_cart_48px",
"directory", "ic_folder_48px",
"file", "ic_file_48px",
"dvd", "ic_album_48px",
"tv", "ic_tv_48px"
"album", "ic_album_48px",
"artist", "ic_person_48px",
"tv", "ic_tv_48px",
"playlist", "ic_list_48px",
"audio", "ic_audiotrack_48px",
"movian", "movian"
) + ".svg";
});

Expand Down

0 comments on commit 08ffbee

Please sign in to comment.