summaryrefslogtreecommitdiffstats
path: root/icons/copybreeze.sh
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-14 15:38:25 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-14 15:51:56 +0200
commit4106162feb2c7af0c0fec6477c5068a1fcb10fae (patch)
treef0db43e1990307d6bf9ca6b64f0e0c2a9ce578c2 /icons/copybreeze.sh
parentca5597c69385814a2b93b744d1a6e88a93ff05d2 (diff)
downloadkube-4106162feb2c7af0c0fec6477c5068a1fcb10fae.tar.gz
kube-4106162feb2c7af0c0fec6477c5068a1fcb10fae.zip
Remove button
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-xicons/copybreeze.sh3
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
35def ensure_dir(file_path): 36def ensure_dir(file_path):