mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt: Fix add button not releasing
This commit is contained in:
parent
e575fa92d7
commit
cd5f42cee0
4 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ QGroupBox* PathPane::MakeGameFolderBox()
|
|||
connect(auto_checkbox, &QCheckBox::toggled, &Settings::Instance(),
|
||||
&Settings::SetAutoRefreshEnabled);
|
||||
|
||||
connect(add, &QPushButton::pressed, this, &PathPane::Browse);
|
||||
connect(add, &QPushButton::clicked, this, &PathPane::Browse);
|
||||
connect(m_remove_path, &QPushButton::pressed, this, &PathPane::RemovePath);
|
||||
|
||||
game_box->setLayout(vlayout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue