clarification on setting clipboardSharingSize option

This commit is contained in:
draekko 2023-02-21 05:48:37 -05:00
parent 9c41922b33
commit 3c60417c0e
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Adds clipboard memory limit for transfers between server/clients, the feature was documented
in wiki but missing in code. The feature can be set by using the spin box under the clipboard
checkbox in advanced settings.
The value used to limit clipboard size to transfer between client and sever is set in bytes
and can be set in the UI or throough the config file by setting the value in bytes with the
'clipboardSharingSize' tag.