diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:42:52 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:44:27 -0600 |
commit | c092d555bd6d3e93a11625bfe76bb59b2e64e994 (patch) | |
tree | 0c899e74cafdb8878f92405d7b0e3df2b41078b5 /icons | |
parent | 51fbcca97ef9058cdb75c52ac77bdc728a296e4a (diff) | |
download | kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.tar.gz kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.zip |
SelectableLabel to support copying individual labels
Diffstat (limited to 'icons')
-rwxr-xr-x | icons/copybreeze.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index da2f1df7..6a245178 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -32,7 +32,8 @@ wantedIcons = [ | |||
32 | "mail-message.svg", | 32 | "mail-message.svg", |
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 | ] | 37 | ] |
37 | 38 | ||
38 | def ensure_dir(file_path): | 39 | def ensure_dir(file_path): |