mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
QML UI: disable reachability mode
Latest Kirigami master allows us to turn off reachability mode. In general this had been rather confusing to our users and it seems to somewhat conflict with the pull down to refresh of the dive list. Latest Kirigami also changes the behavior of refresh slightly, you now need to pull "down" for at least 500ms before it triggers. So, with this change and the latest Kirigami, hopefully the user experience for refresh is good enough that we can consider keeping it enabled and use it as an equivalent to manual sync (even in offline mode). See #454 See #456 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
81362e6441
commit
282698e5d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import org.kde.kirigami 2.0 as Kirigami
|
|||
Kirigami.ApplicationWindow {
|
||||
id: rootItem
|
||||
title: qsTr("Subsurface-mobile")
|
||||
|
||||
reachableModeEnabled: false // while it's a good idea, it seems to confuse more than help
|
||||
header: Kirigami.ApplicationHeader {
|
||||
minimumHeight: 0
|
||||
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
|
||||
|
|
Loading…
Add table
Reference in a new issue