mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
rename download btn
This commit is contained in:
+1
-1
@@ -459,7 +459,7 @@
|
||||
<section class="sub-section">
|
||||
<button type="button" class="generate-button" onclick="outputString()">Generate code</button>
|
||||
<button type="button" id = "copy-button" onclick="copyOutput()">Copy Output</button>
|
||||
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file</button>
|
||||
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file (.bin)</button>
|
||||
<textarea id="code-output" class="code-output"></textarea>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user