Commit e14417af authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add a separator in the menus before recent Items.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 97eb2597
......@@ -324,6 +324,8 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf )
":/capture-card", SLOT( openCaptureDialog() ),
"Ctrl+C" );
menu->addSeparator();
recentsMenu = new QMenu( qtr( "Recently played" ), menu );
updateRecents( p_intf );
menu->addMenu( recentsMenu );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment