diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-21 03:48:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-22 16:53:29 -0800 |
commit | 1b058d58f7309db98669781689568784e0fb1b7c (patch) | |
tree | 78eb1b16228ade24990c43499de46dfd72408b31 /mobile-widgets | |
parent | c36513a9f3e77b58256e750652065c45dac0b9f8 (diff) | |
download | subsurface-1b058d58f7309db98669781689568784e0fb1b7c.tar.gz |
Mobile: make it clear that 'all BT devices' setting is temporary
Making this persistant creates a very unpleasant user experience.
And if a dive computer needs this setting, we really want people
to report this to us so we can fix it.
Fixes: #2358
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 74cb7035a..6b257a444 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -559,7 +559,7 @@ Kirigami.ScrollablePage { } Controls.Label { - text: qsTr("Show all bluetooth devices \neven if not recognized as dive computers") + text: qsTr("Temporarily show all bluetooth devices \neven if not recognized as dive computers.\nPlease report DCs that need this setting") font.pointSize: subsurfaceTheme.regularPointSize Layout.preferredWidth: gridWidth * 0.75 color: subsurfaceTheme.textColor |