mirror of https://github.com/godotengine/godot
Revert hiding of custom templates under the `Advanced Options` toggle
This commit is contained in:
parent
e78dc83ee8
commit
9e9ffdd1bb
|
|
@ -1920,7 +1920,7 @@ bool EditorExportPlatformAndroid::get_export_option_visibility(const EditorExpor
|
||||||
}
|
}
|
||||||
if (p_option == "custom_template/debug" || p_option == "custom_template/release") {
|
if (p_option == "custom_template/debug" || p_option == "custom_template/release") {
|
||||||
// The APK templates are ignored if Gradle build is enabled.
|
// The APK templates are ignored if Gradle build is enabled.
|
||||||
return advanced_options_enabled && !bool(p_preset->get("gradle_build/use_gradle_build"));
|
return !bool(p_preset->get("gradle_build/use_gradle_build"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide .NET embedding option (always enabled).
|
// Hide .NET embedding option (always enabled).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue