From 20f260ca8281a7efb8ca978d1a2597e4f1ccff09 Mon Sep 17 00:00:00 2001 From: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Date: Fri, 7 Jun 2019 23:47:32 +0300 Subject: [PATCH] Honor default_autotype setting --- rofi-pass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rofi-pass b/rofi-pass index 935b12d..6d66c1c 100755 --- a/rofi-pass +++ b/rofi-pass @@ -509,12 +509,6 @@ mainMenu () { stuff["${_id}"]=${_val} fi done < <(printf '%s\n' "${fields}") - - if test "${stuff['autotype']+autotype}"; then - : - else - stuff["autotype"]="${USERNAME_field} :tab pass" - fi fi fi