Setup Assistant: style invalid input for Blender executable
This commit is contained in:
parent
51cd4dbdf6
commit
40b0a04af1
@ -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"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user