gui: Sort device folder lists by label
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3381
This commit is contained in:
committed by
Jakob Borg
parent
223a835f33
commit
21f5b16e47
@@ -1453,7 +1453,7 @@ angular.module('syncthing.core')
|
||||
}
|
||||
}
|
||||
|
||||
folders.sort();
|
||||
folders.sort(folderCompare);
|
||||
return folders;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user