mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
shared_translation: Finish using int ids
This commit is contained in:
parent
825e8f0611
commit
eae5e1f6f3
6 changed files with 117 additions and 158 deletions
|
@ -45,7 +45,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
|||
layout.addWidget(widget);
|
||||
}
|
||||
|
||||
if (setting->GetLabel() == "enable_compute_pipelines") {
|
||||
if (setting->Id() == Settings::values.enable_compute_pipelines.Id()) {
|
||||
checkbox_enable_compute_pipelines = widget;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue