fix: autotypeing with libportal

This commit is contained in:
Dusk Banks 2024-09-26 21:48:29 -07:00
parent 5806475998
commit ad1ab73d71
1 changed files with 1 additions and 1 deletions

View File

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