Compare commits

...

1 Commits

Author SHA1 Message Date
xbzk 4f93a02dca [qt] disable system tab accidental homebrew_args and debug_knobs entries 2026-09-07 17:41:39 -03:00
@@ -131,6 +131,11 @@ void ConfigureSystem::Setup(const ConfigurationShared::Builder& builder) {
push(Settings::values.linkage.by_category[Settings::Category::System]);
for (auto setting : settings) {
if (setting->Id() == Settings::values.program_args.Id()
|| setting->Id() == Settings::values.debug_knobs.Id()) {
continue;
}
if (setting->Id() == Settings::values.use_docked_mode.Id() &&
Settings::IsConfiguringGlobal()) {
continue;