diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 15:38:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 15:51:56 +0200 |
commit | 4106162feb2c7af0c0fec6477c5068a1fcb10fae (patch) | |
tree | f0db43e1990307d6bf9ca6b64f0e0c2a9ce578c2 /icons/copybreeze.sh | |
parent | ca5597c69385814a2b93b744d1a6e88a93ff05d2 (diff) | |
download | kube-4106162feb2c7af0c0fec6477c5068a1fcb10fae.tar.gz kube-4106162feb2c7af0c0fec6477c5068a1fcb10fae.zip |
Remove button
Diffstat (limited to 'icons/copybreeze.sh')
-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 30a9da59..43bbcf4a 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -29,7 +29,8 @@ wantedIcons = [ | |||
29 | "go-down.svg", | 29 | "go-down.svg", |
30 | "go-previous.svg", | 30 | "go-previous.svg", |
31 | "mail-message.svg", | 31 | "mail-message.svg", |
32 | "list-add.svg" | 32 | "list-add.svg", |
33 | "list-remove.svg" | ||
33 | ] | 34 | ] |
34 | 35 | ||
35 | def ensure_dir(file_path): | 36 | def ensure_dir(file_path): |