1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-14 22:00:01 +08:00

Fix: Enlarge drag threshold of OS_SHOP_SCROLL

This commit is contained in:
LmeSzinc
2024-06-23 18:06:45 +08:00
parent 1d464a912c
commit ee334e4cb9

View File

@@ -17,6 +17,8 @@ OS_SHOP_SCROLL = AdaptiveScroll(
},
name="OS_SHOP_SCROLL"
)
OS_SHOP_SCROLL.drag_threshold = 0.1
OS_SHOP_SCROLL.edge_threshold = 0.1
class OSShopUI(UI):