1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 18:39:25 +08:00

Feature: Less protection(which means restart) for users choose not to restart AL everytime start Alas

This commit is contained in:
Zuosizhu
2023-01-20 16:05:55 +08:00
parent be473c4682
commit c71819cbde

View File

@@ -583,8 +583,7 @@ class AzurLaneAutoScript:
and ((deep_get(d=self.config.data,
keys='GameManager.GGHandler.RestartEverytime',
default=True)
and gg_enable)
or (gg_on and gg_enable)):
and gg_enable)):
from module.handler.login import LoginHandler
LoginHandler(config=self.config, device=self.device).app_restart()