Skip to content

Commit

Permalink
add more informationa bout errors on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 7, 2024
1 parent 89aea88 commit 9325a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/home/information.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>
<h2 class="font-bold text-lg">One or more issues occurred while starting SCRCPY+</h2>
<h2 class="font-bold text-lg">{{ errors?.length }} issue(s) occurred while starting SCRCPY+</h2>
<p>{{ errors?.join('\n\n') }}</p>
</span>
</div>
Expand Down

0 comments on commit 9325a94

Please sign in to comment.