mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-06 01:49:04 -06:00
configuration: Use buttons instead of highlights
Only for updated configs at the moment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user