Omit 'core.themes' from general-panel

This setting is handled in the theme-panel
This commit is contained in:
Kevin Sawicki
2013-08-08 08:44:31 -07:00
parent 05f4604005
commit ea2113e753

View File

@@ -96,6 +96,8 @@ class GeneralPanel extends View
###
appendSetting = (namespace, name, value) ->
return if namespace is 'core' and name is 'themes' # Handled in the Themes panel
@div class: 'control-group', =>
@div class: 'controls', =>
if _.isBoolean(value)