main menu: remove separator above language

This commit is contained in:
rolux 2013-05-09 19:44:31 +02:00
parent bd9bdc366f
commit ce46318375

View file

@ -158,7 +158,6 @@ pandora.ui.mainMenu = function() {
return {id: theme, title: Ox.Theme.getThemeData(theme).themeName, checked: ui.theme == theme}
}) }
] },
{},
{ id: 'locale', title: Ox._('Language'), items: [
{ group: 'setlocale', min: 1, max: 1, items: Object.keys(Ox.LOCALE_NAMES).map(function(locale) {
return {id: locale, title: Ox.LOCALE_NAMES[locale], checked: ui.locale == locale}