From 873b599bb32566d9bf2b3a88f1ca65f11e4547db Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 21 May 2023 21:25:36 +0530 Subject: [PATCH] Sort gallery (suggestions) alphabetically based on their id Signed-off-by: shuvashish76 --- suggestions/gallery.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/suggestions/gallery.json b/suggestions/gallery.json index 824bb54..44cbfd6 100644 --- a/suggestions/gallery.json +++ b/suggestions/gallery.json @@ -1,14 +1,14 @@ [ - { - "id": "deckers.thibault.aves.libre", - "label": "Aves Libre", - "source": "f", - "repo": "https://github.com/deckerst/aves" - }, - { - "id": "com.simplemobiletools.gallery.pro", - "label": "Simple Gallery Pro", - "source": "f", - "repo": "https://github.com/SimpleMobileTools/Simple-Gallery" - } -] \ No newline at end of file + { + "id": "com.simplemobiletools.gallery.pro", + "label": "Simple Gallery Pro", + "source": "f", + "repo": "https://github.com/SimpleMobileTools/Simple-Gallery" + }, + { + "id": "deckers.thibault.aves.libre", + "label": "Aves Libre", + "source": "f", + "repo": "https://github.com/deckerst/aves" + } +]