mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28: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
|
@ -56,6 +56,7 @@ signals:
|
|||
void ChangeDisc();
|
||||
void BootDVDBackup(const QString& backup);
|
||||
void EjectDisc();
|
||||
void OpenUserFolder();
|
||||
|
||||
// Emulation
|
||||
void Play();
|
||||
|
@ -194,6 +195,7 @@ private:
|
|||
QAction* m_change_disc;
|
||||
QAction* m_eject_disc;
|
||||
QMenu* m_backup_menu;
|
||||
QAction* m_open_user_folder;
|
||||
|
||||
// Tools
|
||||
QAction* m_wad_install_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue