Skip to content

Commit

Permalink
clipboard calls wrong function
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Feb 28, 2024
1 parent 0cf1cbc commit 7ea7d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextboxSTT.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def populate_chatbox(text, cutoff: bool = False, is_textfield: bool = False):
clipboard.content = text

if config.always_clipboard:
clipboard.copy(text)
clipboard.set_clipboard(text)

if browsersource:
browsersource.setText(text)
Expand Down

0 comments on commit 7ea7d3f

Please sign in to comment.