瀏覽代碼

Code editors are not hidden by default now

Kenric Nugteren 7 月之前
父節點
當前提交
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 = "";