mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Refresh debug controller settings
This commit is contained in:
parent
9bba095b2b
commit
beaa027b5c
4 changed files with 18 additions and 10 deletions
|
@ -690,9 +690,9 @@ void GMainWindow::InitializeDebugWidgets() {
|
|||
waitTreeWidget->hide();
|
||||
debug_menu->addAction(waitTreeWidget->toggleViewAction());
|
||||
|
||||
controllerDialog = new ControllerDialog(this);
|
||||
controllerDialog->hide();
|
||||
debug_menu->addAction(controllerDialog->toggleViewAction());
|
||||
controller_dialog = new ControllerDialog(this);
|
||||
controller_dialog->hide();
|
||||
debug_menu->addAction(controller_dialog->toggleViewAction());
|
||||
|
||||
connect(this, &GMainWindow::EmulationStarting, waitTreeWidget,
|
||||
&WaitTreeWidget::OnEmulationStarting);
|
||||
|
@ -2342,6 +2342,7 @@ void GMainWindow::OnConfigure() {
|
|||
}
|
||||
|
||||
configure_dialog.ApplyConfiguration();
|
||||
controller_dialog->refreshConfiguration();
|
||||
InitializeHotkeys();
|
||||
if (UISettings::values.theme != old_theme) {
|
||||
UpdateUITheme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue