mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修复一个笔误引起的提示错误
This commit is contained in:
@@ -259,7 +259,7 @@ namespace MeoAsstGui
|
||||
|
||||
// 下面的不支持导航
|
||||
{ "Pormpt1", new Tuple<List<DayOfWeek>, string>(new List<DayOfWeek> { DayOfWeek.Monday }, Localization.GetString("Pormpt1")) },
|
||||
{ "Pormpt2", new Tuple<List<DayOfWeek>, string>(new List<DayOfWeek> { DayOfWeek.Sunday }, Localization.GetString("Pormpt1")) },
|
||||
{ "Pormpt2", new Tuple<List<DayOfWeek>, string>(new List<DayOfWeek> { DayOfWeek.Sunday }, Localization.GetString("Pormpt2")) },
|
||||
};
|
||||
|
||||
InitDrops();
|
||||
|
||||
Reference in New Issue
Block a user