Setup Assistant: Display Blender version

Replace the [preview output] with the actual Blender version, and
update the tooltip to describe where the version comes from.
This commit is contained in:
Francesco Siddi 2022-07-26 11:47:41 +02:00
parent 792909dc49
commit 9129427e29

View File

@ -132,11 +132,11 @@
{{autoFoundBlenderPathEnvvar.path}}
</span>
<span
:aria-label="autoFoundBlenderPathEnvvar.cause"
aria-label="Console output when running with --version"
class="command-preview"
data-microtip-position="top"
role="tooltip">
[preview output]
{{ autoFoundBlenderPathEnvvar.cause }}
</span>
</div>
</label>
@ -156,11 +156,11 @@
{{autoFoundBlenderFileAssociation.path}}
</span>
<span
:aria-label="autoFoundBlenderFileAssociation.cause"
aria-label="Console output when running with --version"
class="command-preview"
data-microtip-position="top"
role="tooltip">
[preview output]
{{ autoFoundBlenderFileAssociation.cause }}
</span>
</div>
</label>