mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Show panel shortcuts in menu
This commit is contained in:
parent
b27e599429
commit
3c079ee3f9
1 changed files with 1 additions and 0 deletions
|
@ -2214,6 +2214,7 @@ void DolphinMainWindow::createPanelAction(const KIcon& icon,
|
|||
panelAction->setShortcut(shortcut);
|
||||
|
||||
dockAction->setIcon(icon);
|
||||
dockAction->setShortcut(shortcut);
|
||||
connect(panelAction, SIGNAL(triggered()), dockAction, SLOT(trigger()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue