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

Fix: tactical selecting ship not reset filter (#2758)

* Fix: tactical selecting ship not reset filter

* reorder code execution

---------

Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
scdhh 2023-06-12 18:38:55 +08:00 committed by GitHub
parent aab989ee2d
commit 889c6dd826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -543,6 +543,10 @@ class RewardTacticalClass(Dock):
def select_suitable_ship(self):
logger.hr(f'Select suitable ship')
# reset filter
self.dock_filter_set()
# Set if favorite from config
self.dock_favourite_set(enable=self.config.AddNewStudent_Favorite)