... the same with documents folder
This commit is contained in:
parent
c127818cac
commit
d968e0bc0e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ QList<QUrl> SidebarGenerator::generateSidebarUrls(QList<QUrl> sidebarUrls)
|
||||||
dir.setPath(StandardPaths::documentsLocation());
|
dir.setPath(StandardPaths::documentsLocation());
|
||||||
if (dir.exists())
|
if (dir.exists())
|
||||||
{
|
{
|
||||||
|
sidebarUrls << QUrl::fromLocalFile(dir.absolutePath());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool gameFolderExists;
|
bool gameFolderExists;
|
||||||
|
|
Loading…
Reference in a new issue