mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
save user info when refreshCurrentUser
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -722,7 +722,6 @@ Widget _hoverAction(
|
||||
);
|
||||
return Obx(
|
||||
() => Container(
|
||||
padding: padding,
|
||||
margin: EdgeInsets.symmetric(horizontal: 1),
|
||||
decoration:
|
||||
(hover.value || hoverableWhenfalse?.value == false) ? deco : null,
|
||||
@@ -730,6 +729,6 @@ Widget _hoverAction(
|
||||
onHover: (value) => hover.value = value,
|
||||
onTap: onTap,
|
||||
onTapDown: onTapDown,
|
||||
child: child)),
|
||||
child: Container(padding: padding, child: child))),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user