mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-01 00:00:34 +08:00
Fix: gacha_bottom_navbar_ensure when left is None
This commit is contained in:
@@ -199,7 +199,7 @@ class GachaUI(UI):
|
|||||||
logger.info('Construct event not available, default to light')
|
logger.info('Construct event not available, default to light')
|
||||||
left = 1
|
left = 1
|
||||||
right = None
|
right = None
|
||||||
if left >= 4:
|
if left == 4:
|
||||||
left = 3
|
left = 3
|
||||||
|
|
||||||
if gacha_bottom_navbar.set(self, left=left, right=right) \
|
if gacha_bottom_navbar.set(self, left=left, right=right) \
|
||||||
|
|||||||
Reference in New Issue
Block a user