Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-haertl committed Feb 4, 2025
1 parent b2664a0 commit b809c22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
12 changes: 4 additions & 8 deletions assets/ui/Animation 50X50.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions assets/ui/Developer 50X50.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions assets/ui/XMP 50X50.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div id="app">
<!-- UI -->
<div class="canvasUIMaximize">
<img v-bind:src="[fullscreen ? 'assets/ui/Icon_Collapse.svg' : 'assets/ui/Icon_Expand.svg']"
<img v-bind:src="[uiVisible ? 'assets/ui/Icon_Expand.svg' : 'assets/ui/Icon_Collapse.svg']"
@click="toggleUI()" ref="fullscreenIcon" class="maximizeCanvasIcon" width="30px"
v-show='!(isMobile && tabContentHidden === false) && !noUI'
>
Expand Down

0 comments on commit b809c22

Please sign in to comment.