Setup Assistant: style invalid input for Blender executable

This commit is contained in:
Pablo Vazquez 2022-07-21 20:06:26 +02:00 committed by Francesco Siddi
parent 51cd4dbdf6
commit 40b0a04af1

View File

@ -130,6 +130,7 @@
<input
@input="checkBlenderExePath"
v-model="customBlenderExe"
:class="{'is-invalid': blenderExeCheckResult != null && !blenderExeCheckResult.is_usable}"
type="text"
placeholder="Blender Path"
@ -145,6 +146,7 @@
<input
@input="checkBlenderExePath"
v-model="customBlenderExe"
:class="{'is-invalid': blenderExeCheckResult != null && !blenderExeCheckResult.is_usable}"
type="text"
placeholder="Blender Path"
>