Skip to content

Commit

Permalink
Update export icon (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Jun 7, 2024
1 parent 46a0368 commit 114e0fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supersplat",
"version": "0.19.0",
"version": "0.19.1",
"author": "PlayCanvas<support@playcanvas.com>",
"homepage": "https://playcanvas.com/supersplat/editor",
"description": "3D Gaussian Splat Editor",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Toolbar extends Container {
}, {
class: 'file-menu-item',
text: 'Export',
icon: 'E226',
icon: 'E225',
onIsEnabled: () => events.invoke('scene.canSave'),
items: [{
class: 'file-menu-item',
Expand Down

0 comments on commit 114e0fd

Please sign in to comment.