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:
parent
792909dc49
commit
9129427e29
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user