mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Locale: double-click to close locale-selection dialog
This commit is contained in:
parent
ad1c96cdd1
commit
89753a35f0
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ LCLocaleDialog::LCLocaleDialog( const QString& guessedLCLocale,
|
|||
connect( dbb->button( QDialogButtonBox::Cancel ), &QPushButton::clicked,
|
||||
this, &QDialog::reject );
|
||||
|
||||
connect( m_localesWidget, &QListWidget::itemDoubleClicked,
|
||||
this, &QDialog::accept );
|
||||
connect( m_localesWidget, &QListWidget::itemSelectionChanged,
|
||||
[this, dbb]()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue