mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
fix desktop dialog request focus
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -653,6 +653,7 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
));
|
||||
}
|
||||
if (pi.platform != kPeerPlatformAndroid &&
|
||||
pi.platform != kPeerPlatformMacOS && // unsupport yet
|
||||
version_cmp(peer_version, '1.2.0') >= 0) {
|
||||
displayMenu.add(MenuEntryButton<String>(
|
||||
childBuilder: (TextStyle? style) => Text(
|
||||
|
||||
Reference in New Issue
Block a user