Cleanup TemplatePanel

This commit is contained in:
RisaDev
2024-10-16 23:08:35 +03:00
parent b95686b566
commit 3781000d75

View File

@@ -105,17 +105,6 @@ public class TemplatePanel : IDisposable
Disabled = _boneEditor.IsEditorActive Disabled = _boneEditor.IsEditorActive
}; };
/*private HeaderDrawer.Button SetFromClipboardButton()
=> new()
{
Description =
"Try to apply a template from your clipboard over this template.",
Icon = FontAwesomeIcon.Clipboard,
OnClick = SetFromClipboard,
Visible = _selector.Selected != null,
Disabled = (_selector.Selected?.IsWriteProtected ?? true) || _boneEditor.IsEditorActive,
};*/
private HeaderDrawer.Button ExportToClipboardButton() private HeaderDrawer.Button ExportToClipboardButton()
=> new() => new()
{ {