Skip to content

Commit

Permalink
Fix Preferences dialog crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Mar 8, 2025
1 parent d3635fd commit 2e46cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/qt_mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,7 @@ void
MainWindow::refreshMediaMenu()
{
mm->refresh(ui->menuMedia);
status->setSoundGainAction(ui->actionSound_gain);
status->refresh(ui->statusbar);
ui->actionMCA_devices->setVisible(machine_has_bus(machine, MACHINE_BUS_MCA));
ui->actionACPI_Shutdown->setEnabled(!!acpi_enabled);
Expand Down

0 comments on commit 2e46cc4

Please sign in to comment.