mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
Qt: Enable clear button on hotkey search
This commit is contained in:
parent
dda10d3576
commit
f9bb413a40
@ -28,6 +28,7 @@ HotkeySettingsWidget::Container::Container(QWidget* parent) : QWidget(parent)
|
||||
{
|
||||
m_search = new QLineEdit(this);
|
||||
m_search->setPlaceholderText(tr("Search..."));
|
||||
m_search->setClearButtonEnabled(true);
|
||||
}
|
||||
|
||||
HotkeySettingsWidget::Container::~Container() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user