Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Catatomik committed Jan 30, 2024
2 parents c82b3d0 + a446b45 commit 8ba5339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/StopArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fetchMinimized();
/>
</span>
<CustomButton
v-if="paused.includes(stopArea.id) && !minimized.includes(stopArea.id)"
v-if="paused.includes(stopArea.id) || minimized.includes(stopArea.id)"
:button="Button.Play"
:border-color="'border-blue-500'"
:fill-color="'fill-green-500'"
Expand Down

0 comments on commit 8ba5339

Please sign in to comment.