mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Equipment: Include Unused Tanks in Merge if Preference is Enabled.
Include unused tanks in merges of multiple logs into a single dive if the 'Show unused cylinders' preference is enabled. Also rename the preference (in code) to `include_unused_tanks` to reflect the fact that it is already used in more places than just the display (exporting, cloning dives). Simplified the cylinder model to make forced inclusion of unused tanks dependent on use of the model in planner. Leaving the persisted name of the preference as `display_unused_tanks` to avoid resetting this for all users - is there a good way to migrate preference names? Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
cb6f768865
commit
5fae7ce7a0
17 changed files with 50 additions and 47 deletions
|
@ -3654,6 +3654,8 @@ image::images/Pref_eqpmnt.jpg["FIGURE: Preferences: equipment",align="center"]
|
|||
|
||||
** *Show unused cylinders*: Checking this checkbox allows showing all cylinders entered for a dive
|
||||
in the Cylinder Table of the *Equipment* tab, even if one or more cylinders were actually not used.
|
||||
This will also include unused cylinders in data exports and when dives are cloned for the planner
|
||||
or merged into one dive.
|
||||
|
||||
=== Media
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue