mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
configuration: Implement slider
This commit is contained in:
parent
39a1ffbb91
commit
d35577d3ed
7 changed files with 188 additions and 71 deletions
|
@ -33,7 +33,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
|||
for (auto setting :
|
||||
Settings::values.linkage.by_category[Settings::Category::RendererAdvanced]) {
|
||||
auto [widget, extra, button] = ConfigurationShared::CreateWidget(
|
||||
setting, translations, this, runtime_lock, apply_funcs, trackers);
|
||||
setting, translations, this, runtime_lock, apply_funcs);
|
||||
|
||||
if (widget == nullptr) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue