diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-31 18:48:05 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-31 18:48:05 +0200 |
commit | 32e9eda3bd93e3197234cd9947a5522e5eb9da94 (patch) | |
tree | 3401dfdb8086857056e0d94b81ce8e0420129d0e /icons/copybreeze.sh | |
parent | df2bcf90834efae40f244e7c7a7ca3b6271cc69b (diff) | |
download | kube-32e9eda3bd93e3197234cd9947a5522e5eb9da94.tar.gz kube-32e9eda3bd93e3197234cd9947a5522e5eb9da94.zip |
add show/hide pw icons
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-x | icons/copybreeze.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 6a245178..adae54be 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -33,7 +33,9 @@ wantedIcons = [ | |||
33 | "list-add.svg", | 33 | "list-add.svg", |
34 | "list-remove.svg", | 34 | "list-remove.svg", |
35 | "checkbox.svg", | 35 | "checkbox.svg", |
36 | "edit-copy.svg" | 36 | "edit-copy.svg", |
37 | "password-show-on.svg", | ||
38 | "password-show-off.svg" | ||
37 | ] | 39 | ] |
38 | 40 | ||
39 | def ensure_dir(file_path): | 41 | def ensure_dir(file_path): |