浏览代码

Code editors are not hidden by default now

Kenric Nugteren 6 月之前
父节点
当前提交
d6f74b16b7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      InABox.Core/Objects/Editors/BaseCodeEditor.cs

+ 0 - 1
InABox.Core/Objects/Editors/BaseCodeEditor.cs

@@ -5,7 +5,6 @@
         public BaseCodeEditor()
         {
             Visible = Visible.Optional;
-            Editable = Editable.Hidden;
             Width = 120;
             Alignment = Alignment.MiddleCenter;
             ValidChars = "";