Skip to content

Commit 426168c

Browse files
authored
Update index.html
1 parent 1f70694 commit 426168c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
<div class="panel">
3030
<h1 class="title">ProStore Installer</h1><br>
3131
<img class="logo-img" src="https://github.com/ProStore-iOS/ProStore/raw/main/icon.png"><br>
32-
<button class="install-button" onclick="install();">Install</button><br>
32+
33+
<!-- Download button (visible initially) -->
34+
<button class="download-button" onclick="startDownload();">Download</button>
35+
36+
<!-- Install button (hidden until download completes) -->
37+
<button class="install-button" onclick="performInstall();" style="display:none;">Install</button><br>
38+
3339
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
3440
</div>
3541
</div>

0 commit comments

Comments
 (0)