diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-14 19:05:23 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-14 13:18:42 -0700 |
commit | d16bcd8978115768a3d9ff0fa081a2f2a018255b (patch) | |
tree | 426098b79ff4b679eab96e9ec471a881ea6d28d6 /CHANGELOG.md | |
parent | 6173ef2eb2030735a6614c188e90e8cdbbb9b486 (diff) | |
download | subsurface-d16bcd8978115768a3d9ff0fa081a2f2a018255b.tar.gz |
Desktop: remove "edit dive" from log menu
Nowadays, we edit dives just by starting to enter data for the dive.
There is no need to explicitly ask to start editing the dive, using the
now removed menu option. This was a left-over of a long past history.
This is fallout from PR #1673.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 75266c662..fd3e9bcb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: remove "edit dive" from the log menu. Nowadays we edit in place. - Desktop: disable UI elements that make no sense during editing [#1445] - Mobil: setting for developer menu entry is remembered across sessions - Mobile: remove UI components of the Webservice GPS interaction |