Fix: Enable Translation Options by Default

This PR changes the default user preferences so that the Translation
Options are enabled. Otherwise with fresh install changing language
only translates tooltips.

Pull Request: https://projects.blender.org/blender/blender/pulls/134649
This commit is contained in:
Harley Acheson
2025-02-17 18:46:43 +01:00
committed by Harley Acheson
parent b6617ae946
commit 3e77dd1e46

View File

@@ -79,7 +79,7 @@ const UserDef U_default = {
.scrollback = 256,
.node_margin = 40,
.node_preview_res = 120,
.transopts = USER_TR_TOOLTIPS,
.transopts = USER_TR_TOOLTIPS | USER_TR_IFACE | USER_TR_REPORTS | USER_TR_NEWDATANAME,
.menuthreshold1 = 5,
.menuthreshold2 = 2,
.app_template = "",