diff --git a/client/ayon_core/tools/launcher/ui/window.py b/client/ayon_core/tools/launcher/ui/window.py index 2b27bfbd50..3f3e4bb1de 100644 --- a/client/ayon_core/tools/launcher/ui/window.py +++ b/client/ayon_core/tools/launcher/ui/window.py @@ -238,7 +238,7 @@ class LauncherWindow(QtWidgets.QWidget): clipboard_text = event["clipboard_text"] if clipboard_text: clipboard = QtWidgets.QApplication.clipboard() - clipboard.setText(filled_source) + clipboard.setText(clipboard_text) # TODO use toast messages if event["message"]: