mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
feat: exporting to image
This commit is contained in:
parent
19e0330c19
commit
0f3df546c2
2 changed files with 85 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function FileMenu() {
|
|||
<MenubarSubContent>
|
||||
<MenubarItem>.schematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveLitematic")}>.litematic</MenubarItem>
|
||||
<MenubarItem>image</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveImage")}>image</MenubarItem>
|
||||
</MenubarSubContent>
|
||||
</MenubarSub>
|
||||
<MenubarSeparator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue