This commit is contained in:
Thomas Jentzsch 2022-02-26 19:04:28 +01:00
commit 95eb0966cd
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ void LauncherDialog::addRomWidgets(int& ypos)
const int listWidth = _w - (romWidth > 0 ? romWidth + fontWidth : 0) - HBORDER * 2;
// remember initial ROM directory for returning there via home button
string romDir = getRomDir();
instance().settings().setValue("startromdir", getRomDir());
myList = new LauncherFileListWidget(this, _font, xpos, ypos, listWidth, listHeight);
myList->setEditable(false);