We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70694 commit 426168cCopy full SHA for 426168c
web/index.html
@@ -29,7 +29,13 @@
29
<div class="panel">
30
<h1 class="title">ProStore Installer</h1><br>
31
<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>
+
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
39
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
40
</div>
41
0 commit comments