citra-qt: Fixed reloading hotkeys on-the fly.
This commit is contained in:
@@ -26,8 +26,6 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, const HotkeyRegistry& registry
|
||||
&ConfigureHotkeys::OnInputKeysChanged);
|
||||
connect(ui->hotkeysTab, &ConfigureHotkeys::HotkeysChanged, ui->inputTab,
|
||||
&ConfigureInput::OnHotkeysChanged);
|
||||
connect(ui->hotkeysTab, &ConfigureHotkeys::HotkeysChanged, this,
|
||||
[this]() { emit UpdateHotkeys(); });
|
||||
|
||||
// Synchronise lists upon initialisation
|
||||
ui->inputTab->EmitInputKeysChanged();
|
||||
|
@@ -29,7 +29,6 @@ private slots:
|
||||
|
||||
signals:
|
||||
void languageChanged(const QString& locale);
|
||||
void UpdateHotkeys();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
|
Reference in New Issue
Block a user