Hide render tab for now

This commit is contained in:
luboslenco
2020-10-24 12:10:54 +02:00
parent 4d5e2ffed7
commit dcabfb0cd4
+1 -1
View File
@@ -253,7 +253,7 @@ class BoxPreferences {
if (ui.isHovered) ui.tooltip(tr("Dilate baked textures to prevent seams"));
var workspaceHandle = Id.handle({position: Config.raw.workspace});
ui.combo(workspaceHandle, [tr("Paint"), tr("Material"), tr("Bake"), tr("Render")], tr("Default Workspace"), true);
ui.combo(workspaceHandle, [tr("Paint"), tr("Material"), tr("Bake")], tr("Default Workspace"), true);
if (workspaceHandle.changed) {
Config.raw.workspace = workspaceHandle.position;
}