Skip to content

Commit 3a1eba4

Browse files
committed
Honor default_autotype setting
1 parent 629ad8d commit 3a1eba4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rofi-pass

-6
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,6 @@ mainMenu () {
436436
stuff["${_id}"]=${_val}
437437
fi
438438
done < <(printf '%s\n' "${fields}")
439-
440-
if test "${stuff['autotype']+autotype}"; then
441-
:
442-
else
443-
stuff["autotype"]="${USERNAME_field} :tab pass"
444-
fi
445439
fi
446440
fi
447441

0 commit comments

Comments
 (0)