mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
MenuBar: Add action which opens the user folder
This commit is contained in:
parent
c4f4ecbb62
commit
869aa9eb55
4 changed files with 19 additions and 0 deletions
|
@ -216,6 +216,11 @@ void MenuBar::AddFileMenu()
|
|||
|
||||
file_menu->addSeparator();
|
||||
|
||||
m_open_user_folder =
|
||||
file_menu->addAction(tr("Open &User Folder"), this, &MenuBar::OpenUserFolder);
|
||||
|
||||
file_menu->addSeparator();
|
||||
|
||||
m_exit_action = file_menu->addAction(tr("E&xit"), this, &MenuBar::Exit);
|
||||
m_exit_action->setShortcuts({QKeySequence::Quit, QKeySequence(Qt::ALT | Qt::Key_F4)});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue