diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-15 21:00:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-16 00:07:10 +0100 |
| commit | bf124d1ee666a1cef597f6e6291c931d276b831f (patch) | |
| tree | 3d680a8fa4c1e3f384408423d21f2232e6d68127 /graphics/wscript | |
| parent | f3c87bd59115b8d03837f98ee920cf0150a35c37 (diff) | |
Add dark-mode link icon.
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wscript b/graphics/wscript index 7937a389a..663e28287 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -51,7 +51,8 @@ def build(bld): 'zoom_all_white.png', 'zoom_all_black.png', 'me.jpg', - 'link.png', + 'link_white.png', + 'link_black.png', 'add_black.png', 'add_white.png', 'pause_black.png', |
