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

Opt: users are allowed not to push lua before script runs in case of unsuccessful pushes.

This commit is contained in:
Zuosizhu
2023-08-27 20:58:40 +08:00
parent ec48411c88
commit f55daeaf45
11 changed files with 69 additions and 41 deletions

View File

@@ -56,9 +56,9 @@ class GGHandler:
Args:
mode: bool
"""
logger.hr('Enabling GG')
gg_package_name = deep_get(self.config.data, keys='GameManager.GGHandler.GGPackageName')
if mode:
logger.hr('Enabling GG')
# if self.method == 'screenshot' or gg_package_name == 'com.':
# GGScreenshot(config=self.config, device=self.device) \
# .gg_set(mode=True, factor=self.factor)