mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Fix add button not releasing
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user