Skip to content

Commit

Permalink
Update GameSelection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Oct 29, 2024
1 parent 75aec6c commit 2edb7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/GameSelection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ onMounted(async () => {
<Button
outlined plain
icon="pi pi-folder"
v-if="game.path"
v-if="game.installed"
v-tooltip.top="tooltipOpts(t('tooltips.game-selection.open-folder-location'))"
@click="openLink(`file://${game.path}`)"
/>
Expand Down

0 comments on commit 2edb7a7

Please sign in to comment.