Since we now have primary selections on wayland, remove it from the click_on_select option's description

This commit is contained in:
Kovid Goyal
2018-10-31 09:04:55 +05:30
parent d519553581
commit e5d9182606

View File

@@ -386,7 +386,7 @@ operating system's default URL handler.'''))
o('copy_on_select', False, long_text=_(''' o('copy_on_select', False, long_text=_('''
Copy to clipboard on select. With this enabled, simply selecting text with Copy to clipboard on select. With this enabled, simply selecting text with
the mouse will cause the text to be copied to clipboard. Useful on platforms the mouse will cause the text to be copied to clipboard. Useful on platforms
such as macOS/Wayland that do not have the concept of primary selections. Note such as macOS that do not have the concept of primary selections. Note
that this is a security risk, as all programs, including websites open in your that this is a security risk, as all programs, including websites open in your
browser can read the contents of the clipboard.''')) browser can read the contents of the clipboard.'''))