1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Merge pull request #1163 from SaiCateDoan/tech2

Opt: Enforce research when get a low-quality project Ver2
This commit is contained in:
LmeSzinc
2022-06-05 13:08:35 +08:00
committed by GitHub
3 changed files with 27 additions and 27 deletions

View File

@@ -610,7 +610,7 @@ class ResearchSelector(UI):
if preset == 'custom':
string = self.config.Research_CustomFilter
else:
if self.config.Research_UseCube == 'always_use':
if self.config.Research_UseCube == 'always_use' or enforce:
if f'{preset}_cube' in DICT_FILTER_PRESET:
preset = f'{preset}_cube'
if preset not in DICT_FILTER_PRESET: