Skip to content

Commit

Permalink
Merge pull request #39 from patudom/hide-time-controls-while-tour-plays
Browse files Browse the repository at this point in the history
hide time controls while tour is playing
  • Loading branch information
patudom authored Aug 22, 2024
2 parents 31944a8 + 1a03ea1 commit d01c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazeStarNova.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
rounded="lg"
elevation="5"
>
<time-display :date="localSelectedDate" ampm show-timezone :timezone="shortTimezone"
<time-display v-if="!isTourPlaying" :date="localSelectedDate" ampm show-timezone :timezone="shortTimezone"
:smAndDown="smAndDown"/>
<v-icon class="td__icon">mdi-cursor-default-click</v-icon>
</v-card>
Expand Down

0 comments on commit d01c013

Please sign in to comment.