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

Qt: fix toolbar settings read

Close #5673
(cherry picked from commit d60425760483d5b58f458eff689901cf69e0fb89)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 47e83d96
......@@ -404,7 +404,7 @@ void MainInterface::createMainWidget( QSettings *settings )
inputC = new InputControlsWidget( p_intf, this );
mainLayout->insertWidget( 2, inputC );
mainLayout->insertWidget( settings->value( "ToolbarPos", 0 ).toInt() ? 0: 3,
mainLayout->insertWidget( settings->value( "MainWindow/ToolbarPos", 0 ).toInt() ? 0: 3,
controls );
/* Visualisation, disabled for now, they SUCK */
......
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