diff options
author | willemferguson <willemferguson@zoology.up.ac.za> | 2019-12-08 15:44:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-25 02:57:42 +0900 |
commit | b24caa4e2db42d300e3806ca3d13ce72202a24d8 (patch) | |
tree | 31b0d4c9824427f19ab757ecf185a714ae6b80ac /subsurface.qrc | |
parent | f63f3eb4ae0cd3621cf5748dfd76749b40b6d886 (diff) | |
download | subsurface-b24caa4e2db42d300e3806ca3d13ce72202a24d8.tar.gz |
Preferenced UI: add dive download tab
Add a preferences tab for dive download, allowing resetting the
buttons representing download connections in the Download panel.
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index f7eef4908..286e0bc6b 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -15,6 +15,7 @@ <file alias="preferences-cloud-icon">icons/pref_cloud.png</file> <file alias="preferences-equipment-icon">icons/pref_equipment.png</file> <file alias="preferences-media-icon">icons/pref_media.png</file> + <file alias="preferences-dc-icon">icons/pref_dc.png</file> <file alias="scale-graph-icon">icons/graph.png</file> <file alias="value-minimum-icon">icons/minimum.png</file> <file alias="value-maximum-icon">icons/maximum.png</file> |