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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user