fix: autotypeing with libportal
This commit is contained in:
parent
5806475998
commit
ad1ab73d71
|
@ -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