Skip to content

Commit

Permalink
Fix addon toggle label in backpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Oct 7, 2024
1 parent d5ccaf0 commit ac03e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/viewer/modal/BackpackModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@change="toggleDisabledAddonsInBackpack()"
/>
<label class="form-check-label" for="hideDisabledAddons">
Hide Disabled Addons
Show Disabled Addons
</label>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions components/viewer/modal/MenuModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

<script setup lang="ts">
import ProjectMenu from '~/components/viewer/ProjectMenu.vue';
import ViewerSettings from '~/components/viewer/utils/ViewerSettings.vue';
import { useProjectRefs } from '~/composables/store/project';
import { useViewerRefs, useViewerStore } from '~/composables/store/viewer';
Expand Down

0 comments on commit ac03e93

Please sign in to comment.