mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
opt: use custom scroll feature
This commit is contained in:
@@ -13,7 +13,7 @@ class DesktopScrollWrapper extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return ImprovedScrolling(
|
||||
scrollController: scrollController,
|
||||
enableCustomMouseWheelScrolling: false,
|
||||
enableCustomMouseWheelScrolling: true,
|
||||
customMouseWheelScrollConfig: const CustomMouseWheelScrollConfig(
|
||||
scrollAmountMultiplier: kDefaultScrollAmountMultiplier),
|
||||
child: child,
|
||||
|
||||
Reference in New Issue
Block a user