mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[keyboard] Hook up the model-selection again
This commit is contained in:
parent
87aafb2442
commit
168be02c96
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,10 @@ KeyboardPage::KeyboardPage( Config* config, QWidget* parent )
|
|||
connect( ui->buttonRestore, &QPushButton::clicked, [config=config] {
|
||||
config->keyboardModels()->setCurrentIndex();
|
||||
} );
|
||||
|
||||
connect( ui->physicalModelSelector,
|
||||
QOverload<int>::of( &QComboBox::currentIndexChanged ),
|
||||
config->keyboardModels(),
|
||||
QOverload<int>::of( &KeyboardModelsModel::setCurrentIndex ) );
|
||||
|
||||
CALAMARES_RETRANSLATE( ui->retranslateUi( this ); )
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue