mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
user-manager: megamouse fixes
(cherry picked from commit 949807c1cc689e12e5f0cea367564306ea36a759)
This commit is contained in:
parent
68202eb2b7
commit
eef900ef41
6 changed files with 156 additions and 144 deletions
|
|
@ -1269,7 +1269,7 @@ void main_window::CreateConnects()
|
|||
|
||||
connect(ui->actionManage_Users, &QAction::triggered, [=]
|
||||
{
|
||||
user_manager_dialog* user_manager = new user_manager_dialog(guiSettings, emuSettings, "", this);
|
||||
user_manager_dialog* user_manager = new user_manager_dialog(guiSettings, emuSettings, this);
|
||||
user_manager->show();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue