mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
fix: window manager called on Android & bugfix etc.
This commit is contained in:
@@ -769,7 +769,7 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
: MenuButton(
|
||||
icon: _getVoiceCallIcon(),
|
||||
tooltip: translate(tooltipText),
|
||||
onPressed: () => bind.sessionRequestVoiceCall(id: widget.id),
|
||||
onPressed: () => bind.sessionCloseVoiceCall(id: widget.id),
|
||||
color: _MenubarTheme.redColor,
|
||||
hoverColor: _MenubarTheme.hoverRedColor,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user