Merge branch 'release/21.12'

This commit is contained in:
Nate Graham 2021-11-29 10:25:06 -07:00
commit 82b542cb2b

View file

@ -157,7 +157,7 @@ void DolphinViewActionHandler::createActions()
"This will copy the path of the first selected item into the clipboard."
));
copyPathAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-copy")));
copyPathAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-copy-path")));
m_actionCollection->setDefaultShortcuts(copyPathAction, {Qt::CTRL | Qt::ALT | Qt::Key_C});
connect(copyPathAction, &QAction::triggered, this, &DolphinViewActionHandler::slotCopyPath);