mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 22:55:02 +08:00
Gui: Show event as stored to prevent someone trying to select it
This commit is contained in:
@@ -466,6 +466,7 @@ class ConfigGenerator:
|
||||
latest[server] = deep_get(self.args, keys=f'{task}.Campaign.Event.option_{server}', default=[])
|
||||
options = set().union(*latest.values())
|
||||
options = sorted([option for option in options if option != 'campaign_main'])
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option_bold', value=options)
|
||||
deep_set(self.args, keys=f'{task}.Campaign.Event.option', value=options)
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user