Manager: Fix invalid null assertion #104307

Merged
Sybren A. Stüvel merged 1 commits from abelli/flamenco:invalid-null into main 2024-05-13 16:21:40 +02:00
Showing only changes of commit 5dbe52215a - Show all commits

View File

@ -101,7 +101,7 @@
v-show="currentSetupStep == 3"
@next-clicked="nextStepAfterCheckBlenderExePath"
@back-clicked="prevStep"
:is-next-clickable="selectedBlender != null || customBlenderExe != (null || '')"
:is-next-clickable="selectedBlender != null || customBlenderExe != ''"
title="Blender">
<div v-if="isBlenderExeFinding" class="is-in-progress">Looking for Blender installs...</div>