fix: user option, enable file copy paste (#8096)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
d8c9250aab
commit
6e5622a97a
@ -1323,11 +1323,9 @@ serde_field_bool!(
|
||||
default_disable_audio,
|
||||
"DisableAudio::default_disable_audio"
|
||||
);
|
||||
// The key is enable_file_transfer, but no need to keep the old name.
|
||||
// This option should always be true.
|
||||
serde_field_bool!(
|
||||
EnableFileCopyPaste,
|
||||
"enable_file_copy_paste",
|
||||
"enable-file-copy-paste",
|
||||
default_enable_file_copy_paste,
|
||||
"EnableFileCopyPaste::default_enable_file_copy_paste"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user