Update On Fri Oct 31 19:38:39 CET 2025

This commit is contained in:
github-action[bot]
2025-10-31 19:38:40 +01:00
parent f3223a010f
commit 4d8ef8721d
140 changed files with 3938 additions and 2692 deletions
@@ -658,7 +658,7 @@ public class ProfilesViewModel : MyReactiveObject
}
_dicHeaderSort.TryAdd(colName, true);
_dicHeaderSort.TryGetValue(colName, out bool asc);
_dicHeaderSort.TryGetValue(colName, out var asc);
if (await ConfigHandler.SortServers(_config, _config.SubIndexId, colName, asc) != 0)
{
return;