Merge pull request #286 from bb010g/fix/libportal-autotype
fix: autotypeing with libportal
This commit is contained in:
commit
aab01aaf6c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue