Skip to content

Commit

Permalink
Disable twui editor
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyProgramming committed Jan 9, 2025
1 parent bd62688 commit cce9161
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public override void Register(IServiceCollection serviceCollection)

public override void RegisterTools(IEditorDatabase editorDatabase)
{
EditorInfoBuilder
.Create<TwuiEditor, TwuiMainView>(EditorEnums.Twui_Editor)
.AddExtention(".twui.xml", EditorPriorites.High)
.Build(editorDatabase);
//EditorInfoBuilder
// .Create<TwuiEditor, TwuiMainView>(EditorEnums.Twui_Editor)
// .AddExtention(".twui.xml", EditorPriorites.High)
// .Build(editorDatabase);
}
}
}

0 comments on commit cce9161

Please sign in to comment.