fixed bug GTA V Folder was not in the Sidebar
This commit is contained in:
parent
de863c922a
commit
c127818cac
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue