fix worker list not refreshing

This commit is contained in:
Nathan
2025-12-17 16:25:49 -07:00
parent 17f685c91a
commit 38105c2cfb
2 changed files with 197 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ namespace UnifiedFarmLauncher.ViewModels
public void LoadWorkers()
{
_configService.Reload();
var config = _configService.Load();
Workers.Clear();