summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorMattUV <matt.huve@gmail.com>2017-12-08 00:38:47 +0100
committerMattUV <matt.huve@gmail.com>2017-12-08 00:46:03 +0100
commit93231819c28be2895d6e56073e1b5599cd60b888 (patch)
tree97b80ca770027ca9c4e825f21be03d2103385aaf /platform/osx
parentdcab01618ae9eaa18e16b377728125379a8f48bc (diff)
Fix Manage Export Templates link
In some cases, the link to download export templates was missing. Fixes #14391
Diffstat (limited to 'platform/osx')
-rw-r--r--platform/osx/export/export.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/export/export.cpp b/platform/osx/export/export.cpp
index 8091a38adb..d3b763b42e 100644
--- a/platform/osx/export/export.cpp
+++ b/platform/osx/export/export.cpp
@@ -605,6 +605,7 @@ bool EditorExportPlatformOSX::can_export(const Ref<EditorExportPreset> &p_preset
if (!err.empty())
r_error = err;
+ r_missing_templates = !valid;
return valid;
}