1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +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" name="OS_SHOP_SCROLL"
) )
OS_SHOP_SCROLL.drag_threshold = 0.1
OS_SHOP_SCROLL.edge_threshold = 0.1
class OSShopUI(UI): class OSShopUI(UI):