(svn r22807) -Feature-ish: show a message about missing strings in the intro window if a certain (configurable) threshold has been reached and its not a stable release
This commit is contained in:
@@ -2387,6 +2387,13 @@ def = 100
|
||||
min = 0
|
||||
max = UINT32_MAX
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.missing_strings_threshold
|
||||
type = SLE_UINT8
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = 25
|
||||
min = 1
|
||||
max = UINT8_MAX
|
||||
|
||||
; For the dedicated build we'll enable dates in logs by default.
|
||||
[SDTC_BOOL]
|
||||
|
Reference in New Issue
Block a user