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