Explorar el Código

Code editors are not hidden by default now

Kenric Nugteren hace 7 meses
padre
commit
d6f74b16b7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 = "";