From 2d6475a7e1c0d7eb3fc468926527bc009ae3c747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 2 Aug 2022 11:04:11 +0200 Subject: [PATCH] Web: make the "get the add-on" button actually do something The button is now a link that leads to the add-on ZIP. --- web/app/src/components/GetTheAddon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/src/components/GetTheAddon.vue b/web/app/src/components/GetTheAddon.vue index 747a51b6..5d616e56 100644 --- a/web/app/src/components/GetTheAddon.vue +++ b/web/app/src/components/GetTheAddon.vue @@ -2,7 +2,7 @@

Get the Blender add-on and submit a job.

-

+

Get the add-on!

Use the URL below in the add-on preferences. Click on it to copy.

{{ api() }}

@@ -10,7 +10,7 @@