fix: open in new window option visible
This commit is contained in:
parent
7998c3d94f
commit
6f7c03b9f5
1 changed files with 1 additions and 1 deletions
|
@ -1950,7 +1950,7 @@ void FolderModel::updateActions()
|
|||
}
|
||||
|
||||
if (QAction *openInNewWindow = m_actionCollection.action("openInNewWindow")) {
|
||||
openInNewWindow->setVisible(hasDir);
|
||||
openInNewWindow->setVisible(hasDir && !isTrash);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue