Copy base64 hash of content

This commit is contained in:
2023-05-12 16:54:35 +02:00
parent 568bfde2fb
commit 0429709175
5 changed files with 45 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ public class DefaultIdentifiableCommandHandlerRegister : IStartupHandler
AddUserCommand(CloseTabCommand.Instance);
AddUserCommand(CopyCommand.Instance);
AddUserCommand(CopyBase64Command.Instance);
AddUserCommand(CopyNativePathCommand.Instance);
AddUserCommand(CreateContainer.Instance);
AddUserCommand(CreateElement.Instance);