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

Qt: correctly get the configuration for the FSC.

parent 149d155d
...@@ -654,7 +654,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i ) ...@@ -654,7 +654,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i )
controlLayout2->addWidget( inputC ); controlLayout2->addWidget( inputC );
controlLayout = new QHBoxLayout; controlLayout = new QHBoxLayout;
QString line = getSettings()->value( "FSCtoolbar", FSC_TB_DEFAULT ).toString(); QString line = getSettings()->value( "MainWindow/FSCtoolbar", FSC_TB_DEFAULT ).toString();
parseAndCreate( line, controlLayout ); parseAndCreate( line, controlLayout );
controlLayout2->addLayout( controlLayout ); controlLayout2->addLayout( controlLayout );
......
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