mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 13:24:36 -04:00
Fix crash when rendering from command line and no write access to config file (#3413)
* Fix crash when rendering from command line and no write access to config file * Remove redundant call to ConfigManager::addRecentlyOpenedProject()
This commit is contained in:
@@ -922,7 +922,6 @@ void MainWindow::openRecentlyOpenedProject( QAction * _action )
|
||||
const QString & f = _action->text();
|
||||
setCursor( Qt::WaitCursor );
|
||||
Engine::getSong()->loadProject( f );
|
||||
ConfigManager::inst()->addRecentlyOpenedProject( f );
|
||||
setCursor( Qt::ArrowCursor );
|
||||
}
|
||||
runAutoSave();
|
||||
|
||||
Reference in New Issue
Block a user