1
0
Marcin 11 жил өмнө
parent
commit
76232ca573
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      gui/app.js

+ 2 - 2
gui/app.js

@@ -906,10 +906,10 @@ function nodeCompare(a, b) {
 }
 
 function repoCompare(a, b) {
-    if (a.Directory < b.Directory) {
+    if (a.ID < b.ID) {
         return -1;
     }
-    return a.Directory > b.Directory;
+    return a.ID > b.ID;
 }
 
 function repoMap(l) {