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:
3
alas.py
3
alas.py
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user