mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix variable name
This commit is contained in:
parent
0fc29ae46f
commit
cd63538522
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue