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:
committed by
Harley Acheson
parent
b6617ae946
commit
3e77dd1e46
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user