Preferences: demote Show Halos to Advanced

This commit is contained in:
Charles Dang 2016-10-24 16:46:42 +11:00
parent b89731c7ac
commit 231cb1a4a4
3 changed files with 8 additions and 18 deletions

View file

@ -184,6 +184,14 @@
default=yes
[/advanced_preference]
[advanced_preference]
field=show_halos
name= _ "Show haloing effects"
description= _ "Show special unit graphical effects"
type=boolean
default=yes
[/advanced_preference]
#ifdef __UNUSED__
[advanced_preference]
field=joystick_support_enabled

View file

@ -71,20 +71,6 @@
[/column]
[/row]
[row]
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"
[toggle_button]
id = "show_halos"
label = _ "Show haloing effects"
tooltip = _ "Show special unit graphical effects"
[/toggle_button]
[/column]
[/row]
[row]
[column]
border = "all"

View file

@ -352,10 +352,6 @@ void tpreferences::post_build(twindow& window)
register_bool("show_floating_labels", true,
show_floating_labels, set_show_floating_labels);
/* SHOW HALOES */
register_bool("show_halos", true,
show_haloes, set_show_haloes);
/* SHOW TEAM COLORS */
register_bool("show_ellipses", true,
show_side_colors, set_show_side_colors);