mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Omit 'core.themes' from general-panel
This setting is handled in the theme-panel
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user