1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Fix: gacha_bottom_navbar_ensure when left is None

This commit is contained in:
LmeSzinc
2021-10-05 01:05:20 +08:00
parent 00d44cf9b8
commit 7c512fb6c6

View File

@@ -199,7 +199,7 @@ class GachaUI(UI):
logger.info('Construct event not available, default to light')
left = 1
right = None
if left >= 4:
if left == 4:
left = 3
if gacha_bottom_navbar.set(self, left=left, right=right) \