Update the visibility for the custom templates for all platforms
Hide the custom template options behind the `Advanced Options` toggle
This commit is contained in:
@ -398,7 +398,13 @@ bool EditorExportPlatformWindows::get_export_option_visibility(const EditorExpor
|
||||
return false;
|
||||
}
|
||||
|
||||
if (p_option == "dotnet/embed_build_outputs") {
|
||||
if (p_option == "dotnet/embed_build_outputs" ||
|
||||
p_option == "custom_template/debug" ||
|
||||
p_option == "custom_template/release" ||
|
||||
p_option == "application/d3d12_agility_sdk_multiarch" ||
|
||||
p_option == "application/export_angle" ||
|
||||
p_option == "application/export_d3d12" ||
|
||||
p_option == "application/icon_interpolation") {
|
||||
return advanced_options_enabled;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user