Commit fb700e8f authored by Ilkka Ollakka's avatar Ilkka Ollakka

show default info in playlist if i_showflag is too low to show anything

at all
parent 78c94529
......@@ -70,6 +70,8 @@ void PLItem::init( int _i_id, int _i_input_id, PLItem *parent, PLModel *m )
{
QSettings settings( "vlc", "vlc-qt-interface" );
i_showflags = settings.value( "qt-pl-showflags" ).toInt();
if( i_showflags < 1)
i_showflags = 39; //reasonable default to show something;
updateColumnHeaders();
}
}
......
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