Skip to content

Commit

Permalink
Update src/gui/FileBrowser.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Finocchiaro <[email protected]>
  • Loading branch information
AW1534 and tresf authored Feb 18, 2025
1 parent 693b8d1 commit 7b8015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/FileBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void FileBrowserTreeWidget::contextMenuEvent(QContextMenuEvent* e)
}

contextMenu.addAction(QIcon(embed::getIconPixmap("folder")), tr("Show in %1").arg(fileManager),
[=, this] { FileRevealer::reveal(QFileInfo(fileName)); });
[=, this] { FileRevealer::reveal(file->fullName()); });

auto songEditorHeader = new QAction(tr("Song Editor"), nullptr);
songEditorHeader->setDisabled(true);
Expand Down

0 comments on commit 7b8015f

Please sign in to comment.