fixed bug GTA V Folder was not in the Sidebar

This commit is contained in:
Rafael 2016-04-10 22:37:18 +02:00
parent de863c922a
commit c127818cac
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ QList<QUrl> SidebarGenerator::generateSidebarUrls(QList<QUrl> sidebarUrls)
QString gameFolder = AppEnv::getGameFolder(&gameFolderExists);
if (gameFolderExists)
{
QUrl::fromLocalFile(gameFolder);
sidebarUrls << QUrl::fromLocalFile(gameFolder);
}
dir.setPath(StandardPaths::desktopLocation());