Keep sidebar tab menu in alphabetical order

This commit is contained in:
Nick O'Leary
2015-07-09 16:48:53 +01:00
parent fde9d40098
commit e5a0f25d94
3 changed files with 37 additions and 12 deletions

View File

@@ -64,7 +64,8 @@ RED.sidebar = (function() {
label:options.name,
onselect:function() {
showSidebar(options.id);
}
},
group: "sidebar-tabs"
});
knownTabs[options.id] = options;