Skip to content

Commit

Permalink
fix: update default tab in GameDetails.vue from 'manual' to 'details'
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Feb 6, 2025
1 parent 13c4fc4 commit 50b1b42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/views/GameDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const tab = ref<
| "additionalcontent"
| "screenshots"
| "relatedgames"
>("manual");
>("details");
const { smAndDown, mdAndDown, mdAndUp, lgAndUp } = useDisplay();
const emitter = inject<Emitter<Events>>("emitter");
const noRomError = ref(false);
Expand Down Expand Up @@ -194,10 +194,6 @@ watch(
type="number"
/>
<span class="ml-2" :id="idConfig.numPages"></span>

<!-- <button class="ml-6 pdf-view-toolbar-btn" :id="idConfig.toggleFindbar" type="button">
<v-icon>mdi-file-find-outline</v-icon>
</button> -->
<button
class="ml-6 pdf-view-toolbar-btn"
:id="idConfig.zoomIn"
Expand Down

0 comments on commit 50b1b42

Please sign in to comment.