diff --git a/bootstrap.js b/bootstrap.js index ec153c2..30b207a 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -829,7 +829,7 @@ function processWindow(window) { let groupTitles = []; let addedTitles = []; groupItems.forEach(function(group) { - let title = group.getTitle(); + let title = GU.getTitle(group); if (! prefix || title.indexOf(prefix + GROUP_SEPARATOR) === 0) { hasGroups = true; @@ -856,7 +856,6 @@ function processWindow(window) { } } }); - groupTitles.sort(function(a, b) a[0].localeCompare(b[0])); groupTitles.forEach(function(arr) { let group = GroupItems.groupItem(arr[1]); let m = $E("menu", { diff --git a/install.rdf b/install.rdf index 7f9b4ae..74650d6 100644 --- a/install.rdf +++ b/install.rdf @@ -5,7 +5,7 @@ Charles G. tabgroupsmenu@char.cc TabGroups Menu - 0.8.2.4 + 0.8.2.5 true 2 https://github.com/char101/tabgroupsmenu