Skip to content

Commit a0cbe8e

Browse files
committed
[contrib/quicktag] changed is_password to false on entry so user can
see what they typed.
1 parent 8f6c2c8 commit a0cbe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/quicktag.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ update_quicktag_list()
238238
local new_quicktag = dt.new_widget("entry"){
239239
text = "",
240240
placeholder = _("new tag"),
241-
is_password = true,
241+
is_password = false,
242242
editable = true,
243243
tooltip = _("enter your tag here")
244244
}

0 commit comments

Comments
 (0)