Skip to content

Commit

Permalink
Merge pull request #212 from facanferff/master
Browse files Browse the repository at this point in the history
glw: show itemhooks in video context menu
  • Loading branch information
andoma committed May 23, 2016
2 parents e690bb6 + 9e8dffa commit 4ede9f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions glwskins/flat/ctxmenu/video_details.view
Expand Up @@ -135,6 +135,14 @@ widget(container_z, {
$clone.itemMenu = void;
}, void, !($args.playcount < 1));

cloner($core.itemhooks, container_z, {
hidden: !($self.itemtype == $args.type || $self.itemtype == void);
ITEM($self.metadata.title, {
fireEvent(deliverRef($self.eventSink, $args));
$view.close = true;
}, $self.metadata.icon);
});

cloner($args.options, loader, {
time: 0.1;
noInitialTransform: true;
Expand Down

0 comments on commit 4ede9f0

Please sign in to comment.