This commit is contained in:
RisaDev
2024-10-26 20:15:07 +03:00
parent 650e8fbc01
commit 77e8f78303
6 changed files with 2 additions and 50 deletions

View File

@@ -117,7 +117,7 @@ public class TemplatePanel : IDisposable
private void DrawHeader()
=> HeaderDrawer.Draw(SelectionName, 0, ImGui.GetColorU32(ImGuiCol.FrameBg),
1, /*SetFromClipboardButton(),*/ ExportToClipboardButton(), LockButton(),
1, ExportToClipboardButton(), LockButton(),
HeaderDrawer.Button.IncognitoButton(_selector.IncognitoMode, v => _selector.IncognitoMode = v));
private void DrawMultiSelection()