提交 f6ae9bc6 编写于 作者: R Rob Lourens

Fix #65023

上级 cc5dab4d
...@@ -63,7 +63,10 @@ export class SettingsEditor2 extends BaseEditor { ...@@ -63,7 +63,10 @@ export class SettingsEditor2 extends BaseEditor {
// nullable integer/number or complex // nullable integer/number or complex
return false; return false;
} }
return type === SettingValueType.Enum || type === SettingValueType.Complex; return type === SettingValueType.Enum ||
type === SettingValueType.Complex ||
type === SettingValueType.Boolean ||
type === SettingValueType.Exclude;
} }
private defaultSettingsEditorModel: Settings2EditorModel; private defaultSettingsEditorModel: Settings2EditorModel;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册