Browse Source

[desktop] fix error with missing name

Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
pull/3768/head
codeman4033 2 days ago
parent
commit
64a014d212
No known key found for this signature in database GPG Key ID: DE2F639DF2D265A3
  1. 1
      src/yuzu/configuration/configure_ui.cpp

1
src/yuzu/configuration/configure_ui.cpp

@ -347,7 +347,6 @@ void ConfigureUi::UpdateCustomPlaytimeGroupBox() {
ui->use_custom_play_time_format->setEnabled(enableCheckbox);
ui->custom_play_time_edit->setEnabled(enableTextBox);
ui->custom_play_time_label->setEnabled(enableTextBox);
ui->custom_play_time_help->setEnabled(enableTextBox);
}
void ConfigureUi::UpdateScreenshotInfo(Settings::AspectRatio ratio_,

Loading…
Cancel
Save