Browse Source
[desktop] fix error with missing name
Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
pull/3768/head
codeman4033
2 days ago
No known key found for this signature in database
GPG Key ID: DE2F639DF2D265A3
1 changed files with
0 additions and
1 deletions
-
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_, |
|
|
|
|