Fix #2698 - hang on start (#2905)

Fixes #2698 by turning off the `recurse` parameter in order to stop LMMS from scanning subdirectories when starting, as suggested by @michaelgregorius.
This commit is contained in:
kamnxt
2016-07-27 19:02:01 +02:00
committed by Umcaruje
parent 18439edff5
commit cd6d70a10b

View File

@@ -128,7 +128,7 @@ MainWindow::MainWindow() :
sideBar->appendTab( new FileBrowser( QDir::homePath(), "*",
tr( "My Home" ),
embed::getIconPixmap( "home" ).transformed( QTransform().rotate( 90 ) ),
splitter, false, true ) );
splitter, false, false ) );
QStringList root_paths;