mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 02:01:29 +03:00
refact: window frame border (#7946)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -440,6 +440,9 @@ class _AppState extends State<App> {
|
||||
if (isDesktop && desktopType == DesktopType.main) {
|
||||
child = keyListenerBuilder(context, child);
|
||||
}
|
||||
if (isLinux) {
|
||||
child = buildVirtualWindowFrame(context, child);
|
||||
}
|
||||
return child;
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user