1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[SuperMenu] Added Show Bookmarks and History actions.

This commit is contained in:
nowrep 2013-03-11 14:32:46 +01:00
parent 6c74289aaa
commit ef89347a7c

View File

@ -602,6 +602,10 @@ void QupZilla::setupMenu()
m_superMenu->addAction(new ActionCopy(m_menuEdit->actions().at(7), this));
m_superMenu->addAction(new ActionCopy(m_menuEdit->actions().at(8), this));
m_superMenu->addSeparator();
m_superMenu->addAction(new ActionCopy(m_menuHistory->actions().at(3), this));
m_superMenu->addAction(new ActionCopy(m_menuBookmarks->actions().at(2), this));
m_superMenu->addSeparator();
m_superMenu->addAction(new ActionCopy(m_actionPreferences, this));