From 706bc9e2e7410b03bf283dd65a1615a75031c2db Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 13 Aug 2025 20:55:26 -0400 Subject: [PATCH] cleanup Signed-off-by: Vladimir Mandic --- modules/ui_extra_networks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index 30b90c726..ce701602a 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -283,7 +283,6 @@ class ExtraNetworksPage: htmls = [] if len(self.items) > 0 and self.items[0].get('mtime', None) is not None: - shared.opts.extra_networks_sort = 'Date [Newest]' if shared.opts.extra_networks_sort == 'Default': pass elif shared.opts.extra_networks_sort == 'Name [A-Z]':