mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #12998 from tygyh/Remove-unused-lambda-capture
Remove unused lambda capture
This commit is contained in:
commit
54fdeb50b1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ void FilesystemWidget::ShowContextMenu(const QPoint&)
|
|||
switch (type)
|
||||
{
|
||||
case EntryType::Disc:
|
||||
menu->addAction(tr("Extract Entire Disc..."), this, [this, path] {
|
||||
menu->addAction(tr("Extract Entire Disc..."), this, [this] {
|
||||
auto folder = SelectFolder();
|
||||
|
||||
if (folder.isEmpty())
|
||||
|
|
Loading…
Add table
Reference in a new issue