Merge lp:~ken-vandine/ubuntu-system-settings/lp1535822 into lp:ubuntu-system-settings

Proposed by Ken VanDine
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 1584
Merged at revision: 1585
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/lp1535822
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/bluetooth/DevicePage.qml (+1/-0)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/lp1535822
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+283217@code.launchpad.net

Commit message

Don't display the setting to automatically connect when detected during pairing

Description of the change

Don't display the setting to automatically connect when detected during pairing

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

LGTM, works. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/bluetooth/DevicePage.qml'
2--- plugins/bluetooth/DevicePage.qml 2015-11-12 09:53:00 +0000
3+++ plugins/bluetooth/DevicePage.qml 2016-01-19 20:58:51 +0000
4@@ -152,6 +152,7 @@
5 ListItem.Standard {
6 id: trustedCheck
7 text: i18n.tr("Connect automatically when detected:")
8+ visible: backend.selectedDevice.paired
9 control: CheckBox {
10 property bool serverChecked: backend.selectedDevice ? backend.selectedDevice.trusted : false
11 onServerCheckedChanged: checked = serverChecked

Subscribers

People subscribed via source and target branches