chore: added reclamation algorithm task to view

This commit is contained in:
David
2023-12-13 13:03:43 +01:00
parent ede34930c0
commit be0fffa4da

View File

@@ -367,9 +367,7 @@ namespace MaaWpfGui.ViewModels.UI
// "ReclamationAlgorithm",
};
var clientType = Instances.SettingsViewModel.ClientType;
// condition: clientType == "txwy" && DateTime.Now < new DateTime(2023, 01, 12)
// wait for someone to adapt this for txwy.
if (false)
if (clientType == "txwy" && DateTime.Now < new DateTime(2023, 01, 12))
{
taskList.Add("ReclamationAlgorithm");
}