1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Drop record save and upload

This commit is contained in:
LmeSzinc
2021-09-11 17:10:05 +08:00
parent 2210ec23e8
commit 36e396367e
9 changed files with 293 additions and 177 deletions

View File

@@ -566,9 +566,9 @@ class ResearchSelector(UI):
such as [object, object, object, 'reset']
"""
# Load filter string
preset = self.config.ResearchOutput_PresetFilter
preset = self.config.ResearchOutput_PresetFilter.value
if preset == 'custom':
string = self.config.ResearchOutput_CustomFilter
string = self.config.ResearchOutput_CustomFilter.value
else:
if preset not in DICT_FILTER_PRESET:
logger.warning(f'Preset not found: {preset}, use default preset')