Add the advanced prefs entry for the deprecation setting
This commit is contained in:
parent
49ad25fc69
commit
9902a2df31
1 changed files with 3 additions and 4 deletions
|
@ -184,16 +184,15 @@
|
|||
default=yes
|
||||
[/advanced_preference]
|
||||
|
||||
#ifdef __UNUSED__
|
||||
[advanced_preference]
|
||||
field=show_deprecation
|
||||
# TODO: Add translation marks and enable this after 1.14
|
||||
name="Show deprecation messages in-game"
|
||||
description="Show warnings about deprecated API in the in-game chat area. These messages will still be shown in the log, even if this is disabled. In addition, the deprecation log-domain controls how many messages are printed."
|
||||
name= _ "Show deprecation messages in-game"
|
||||
description= _ "Show warnings about deprecated API in the in-game chat area. These messages will still be shown in the log, even if this is disabled. In addition, the deprecation log-domain controls how many messages are printed."
|
||||
type=boolean
|
||||
default=no
|
||||
[/advanced_preference]
|
||||
|
||||
#ifdef __UNUSED__
|
||||
[advanced_preference]
|
||||
field=joystick_support_enabled
|
||||
name= _ "Joystick support"
|
||||
|
|
Loading…
Add table
Reference in a new issue