mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add support info below button
This commit is contained in:
parent
b81da4ff9c
commit
7e431fd4e9
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</header>
|
||||
|
||||
<div
|
||||
class="relative w-full flex justify-center"
|
||||
class="relative w-full flex flex-col justify-center items-center space-y-4"
|
||||
>
|
||||
<button
|
||||
:class="[
|
||||
|
|
@ -24,6 +24,9 @@
|
|||
}"
|
||||
@click="triggerFilepicker"
|
||||
>Select Apps</button>
|
||||
|
||||
<small>Supports: Mac Apps, Zip files, and <em>some</em> DMG files</small>
|
||||
|
||||
<input
|
||||
ref="file-selector"
|
||||
type="file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue