mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
configuration: Use buttons instead of highlights
Only for updated configs at the moment
This commit is contained in:
parent
d72ff01726
commit
39a1ffbb91
9 changed files with 204 additions and 103 deletions
|
@ -32,7 +32,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
|||
|
||||
for (auto setting :
|
||||
Settings::values.linkage.by_category[Settings::Category::RendererAdvanced]) {
|
||||
auto [widget, extra] = ConfigurationShared::CreateWidget(
|
||||
auto [widget, extra, button] = ConfigurationShared::CreateWidget(
|
||||
setting, translations, this, runtime_lock, apply_funcs, trackers);
|
||||
|
||||
if (widget == nullptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue