From 1c9bf6101b6374bee710dd1b93548c98ae933e0a Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sun, 2 Jun 2024 23:23:07 +0200 Subject: [PATCH] Fix incorrectly named method --- gui/src/services/autotype/libportal_autotype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/services/autotype/libportal_autotype.py b/gui/src/services/autotype/libportal_autotype.py index e5de665..55faf33 100644 --- a/gui/src/services/autotype/libportal_autotype.py +++ b/gui/src/services/autotype/libportal_autotype.py @@ -1,5 +1,5 @@ from ..goldwarden import autotype -def libportal_autotype(text): +def autotype_libportal(text): print("autotypeing with libportal") goldwarden.autotype(text) \ No newline at end of file