mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-28 07:31:01 +03:00
fix: sciter, check, has_file_clipboard (#11666)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -178,7 +178,7 @@ class Header: Reactor.Component {
|
|||||||
if (handler.version_cmp(pi.version, '1.2.4') < 0) {
|
if (handler.version_cmp(pi.version, '1.2.4') < 0) {
|
||||||
is_file_copy_paste_supported = is_win && pi.platform == "Windows";
|
is_file_copy_paste_supported = is_win && pi.platform == "Windows";
|
||||||
} else {
|
} else {
|
||||||
is_file_copy_paste_supported = handler.has_file_clipboard() && pi.platform_additions.has_file_clipboard;
|
is_file_copy_paste_supported = handler.has_file_clipboard() && pi.platform_additions?.has_file_clipboard;
|
||||||
}
|
}
|
||||||
|
|
||||||
return <popup>
|
return <popup>
|
||||||
|
|||||||
Reference in New Issue
Block a user