feat: MAA代理时更新改为强制开启
This commit is contained in:
@@ -359,10 +359,7 @@ class MaaConfig(LQConfig):
|
||||
"RunSet", "RoutineTimeLimit", 10, RangeValidator(1, 1024)
|
||||
)
|
||||
self.RunSet_AnnihilationWeeklyLimit = ConfigItem(
|
||||
"RunSet", "AnnihilationWeeklyLimit", False, BoolValidator()
|
||||
)
|
||||
self.RunSet_AutoUpdateMaa = ConfigItem(
|
||||
"RunSet", "AutoUpdateMaa", False, BoolValidator()
|
||||
"RunSet", "AnnihilationWeeklyLimit", True, BoolValidator()
|
||||
)
|
||||
|
||||
def get_name(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user