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

Qt: avoid the record button to appear multiple times

parent 761a49f8
......@@ -846,6 +846,7 @@ void VLCMenuBar::PopupMenuPlaylistEntries( QMenu *menu,
action->setIcon( QIcon( ":/toolbar/record" ) );
if( !p_input )
action->setEnabled( false );
action->setData( ACTION_NO_CLEANUP + ACTION_DELETE_ON_REBUILD );
menu->addSeparator();
}
......
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