diff --git a/SidebarGenerator.cpp b/SidebarGenerator.cpp index 8b52b88..c2eecdc 100755 --- a/SidebarGenerator.cpp +++ b/SidebarGenerator.cpp @@ -41,6 +41,7 @@ QList SidebarGenerator::generateSidebarUrls(QList sidebarUrls) dir.setPath(StandardPaths::documentsLocation()); if (dir.exists()) { + sidebarUrls << QUrl::fromLocalFile(dir.absolutePath()); } bool gameFolderExists;