Merge pull request #286 from bb010g/fix/libportal-autotype

fix: autotypeing with libportal
This commit is contained in:
Bernd Schoolmann 2024-09-29 11:52:22 -07:00 committed by GitHub
commit aab01aaf6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ from ..goldwarden import autotype
def autotype_libportal(text): def autotype_libportal(text):
print("autotypeing with libportal") print("autotypeing with libportal")
goldwarden.autotype(text) autotype(text)