mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
chore: added reclamation algorithm task to view
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user