summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/preferences.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2021-04-11 19:25:07 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2021-09-21 20:38:08 +0100
commitd8526ba65335bcd48e3f5fa7056081d9a8cd5bd3 (patch)
treec1bce984efd6e4043f07fbfdaa17646e314a1c2e /deluge/ui/gtk3/preferences.py
parentc38f913948ed0ae1bd086a5b2d78caf4e1e34e7d (diff)
downloaddeluge-d8526ba65335bcd48e3f5fa7056081d9a8cd5bd3.tar.gz
deluge-d8526ba65335bcd48e3f5fa7056081d9a8cd5bd3.tar.bz2
deluge-d8526ba65335bcd48e3f5fa7056081d9a8cd5bd3.zip
[UI] Add magnet icons for copy and add actions
Added new magnet icons with a consistent naming scheme Run script to update all icons Co-authored-by: Matias Wilkman <matias.wilkman@gmail.com>
Diffstat (limited to 'deluge/ui/gtk3/preferences.py')
-rw-r--r--deluge/ui/gtk3/preferences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtk3/preferences.py b/deluge/ui/gtk3/preferences.py
index daa046a15..5650ad8df 100644
--- a/deluge/ui/gtk3/preferences.py
+++ b/deluge/ui/gtk3/preferences.py
@@ -77,7 +77,7 @@ class Preferences(component.Component):
self.load_pref_dialog_state()
self.builder.get_object('image_magnet').set_from_file(
- deluge.common.get_pixmap('magnet.png')
+ deluge.common.get_pixmap('magnet16.png')
)
# Hide the unused associate magnet button on OSX see: #2420