Skip to content

Commit e99827d

Browse files
authored
Merge pull request darktable-org#354 from wpferguson/fix_quicktag_entry
Fix quicktag tag entry
2 parents 97e1451 + a0cbe8e commit e99827d

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)