mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-12 06:39:26 +00:00
[qt] disable system tab accidental homebrew_args and debug_knobs entries
This commit is contained in:
@@ -131,6 +131,11 @@ void ConfigureSystem::Setup(const ConfigurationShared::Builder& builder) {
|
|||||||
push(Settings::values.linkage.by_category[Settings::Category::System]);
|
push(Settings::values.linkage.by_category[Settings::Category::System]);
|
||||||
|
|
||||||
for (auto setting : settings) {
|
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() &&
|
if (setting->Id() == Settings::values.use_docked_mode.Id() &&
|
||||||
Settings::IsConfiguringGlobal()) {
|
Settings::IsConfiguringGlobal()) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user