Remove TODO

This commit is contained in:
Luis Ángel San Martín 2022-10-17 20:51:05 +02:00
parent 97790cfca3
commit 60c650d820

View File

@ -1828,7 +1828,6 @@ void LibraryWindow::showGridFoldersContextMenu(QPoint point, Folder folder)
auto subfolderModel = contentViewsManager->folderContentView->currentFolderModel();
// TODO update the subfolder model loaded in folderContentView
connect(openContainingFolderAction, &QAction::triggered, this, [=]() {
QDesktopServices::openUrl(QUrl("file:///" + QDir::cleanPath(currentPath() + "/" + folder.path), QUrl::TolerantMode));
});