We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0ffde commit 1c9bf61Copy full SHA for 1c9bf61
1 file changed
gui/src/services/autotype/libportal_autotype.py
@@ -1,5 +1,5 @@
1
from ..goldwarden import autotype
2
3
-def libportal_autotype(text):
+def autotype_libportal(text):
4
print("autotypeing with libportal")
5
goldwarden.autotype(text)
0 commit comments