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

Qt: fix toolbar settings read

Close #5673
parent 43424ac2
......@@ -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