mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Hide raw binary amount
This commit is contained in:
parent
b5adbe5b78
commit
542f19d38e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
{{ appScan.statusMessage }}
|
{{ appScan.statusMessage }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
appScan.binarySize: {{ appScan.binarySize }}
|
<!-- appScan.binarySize: {{ appScan.binarySize }} -->
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="appScan.binarySize && appScan.binarySize < (10 ^ 6)"
|
v-if="appScan.binarySize && appScan.binarySize < (10 ^ 6)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue