[fix:] wrong sorting of imported address sets

This commit is contained in:
2026-05-06 06:35:23 +02:00
parent 72a5630db1
commit a46539c3cc
+1 -1
View File
@@ -564,7 +564,7 @@ public partial class MainWindow : Window
var selected_path = paths[0].Path; var selected_path = paths[0].Path;
foreach (var customer in Settings._instance.customers.customers) foreach (var customer in Settings._instance.customers.customers)
if (customer.ID == ((Customer)LstSettingsCustomers.SelectedItems[0]).ID) if (customer == ((Customer)LstCustomers.SelectedItems[0]))
{ {
if (customer.patch == null) if (customer.patch == null)
{ {