From 9129427e299c8967471cc98df2481b83cf6f782e Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 26 Jul 2022 11:47:41 +0200 Subject: [PATCH] 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. --- web/app/src/views/SetupAssistantView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/src/views/SetupAssistantView.vue b/web/app/src/views/SetupAssistantView.vue index dbeb2087..e1b942f4 100644 --- a/web/app/src/views/SetupAssistantView.vue +++ b/web/app/src/views/SetupAssistantView.vue @@ -132,11 +132,11 @@ {{autoFoundBlenderPathEnvvar.path}} - [preview output] + {{ autoFoundBlenderPathEnvvar.cause }} @@ -156,11 +156,11 @@ {{autoFoundBlenderFileAssociation.path}} - [preview output] + {{ autoFoundBlenderFileAssociation.cause }}