diff --git a/src/osdep/amiberry.cpp b/src/osdep/amiberry.cpp index 2cb7c66c..1ef4b3d8 100644 --- a/src/osdep/amiberry.cpp +++ b/src/osdep/amiberry.cpp @@ -1874,7 +1874,8 @@ int handle_msgpump() { got_event = 1; process_event(event); - update_clipboard(); + if (currprefs.clipboard_sharing) + update_clipboard(); } return got_event; }