diff options
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-x | icons/copybreeze.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index adae54be..a56aedec 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -35,7 +35,10 @@ wantedIcons = [ | |||
35 | "checkbox.svg", | 35 | "checkbox.svg", |
36 | "edit-copy.svg", | 36 | "edit-copy.svg", |
37 | "password-show-on.svg", | 37 | "password-show-on.svg", |
38 | "password-show-off.svg" | 38 | "password-show-off.svg", |
39 | "format-text-bold-symbolic.svg", | ||
40 | "format-text-italic-symbolic.svg", | ||
41 | "format-text-underline-symbolic.svg" | ||
39 | ] | 42 | ] |
40 | 43 | ||
41 | def ensure_dir(file_path): | 44 | def ensure_dir(file_path): |