mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
CHANGELOG.md
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
825afb4db4
commit
5e116db1a1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
_ mobile: fixed weird navigation problem after dive edit (#875)
|
||||
- mobile: Faulty navigation after aborted dive edit (#932)
|
||||
- mobile: fixed weird navigation problem after dive edit (#875)
|
||||
- mobile: improves button handling on download screen (issue #895)
|
||||
- Show all pictures of a selected trip in the pictures tab
|
||||
- Add detection of new libdivecomputer divemode DC_DIVEMODE_SCR for semi-closed rebreathers
|
||||
|
|
|
@ -19,7 +19,6 @@ Kirigami.ApplicationWindow {
|
|||
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
|
||||
maximumHeight: Kirigami.Units.gridUnit * 2
|
||||
}
|
||||
|
||||
property alias oldStatus: manager.oldStatus
|
||||
property alias notificationText: manager.notificationText
|
||||
property alias syncToCloud: manager.syncToCloud
|
||||
|
|
Loading…
Add table
Reference in a new issue