Skip to content

Commit

Permalink
Merge pull request #286 from bb010g/fix/libportal-autotype
Browse files Browse the repository at this point in the history
fix: autotypeing with libportal
  • Loading branch information
quexten authored Sep 29, 2024
2 parents 5806475 + ad1ab73 commit aab01aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/services/autotype/libportal_autotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

def autotype_libportal(text):
print("autotypeing with libportal")
goldwarden.autotype(text)
autotype(text)

0 comments on commit aab01aa

Please sign in to comment.