Do not disable paired devices in list
Summary: There is no reason to disable it. On Android we do the same Test Plan: Click on paired device in list, correct Page opens Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: kdeconnect, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13454
This commit is contained in:
parent
cb470ce311
commit
51f3394a21
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ Kirigami.ScrollablePage
|
|||
width: ListView.view.width
|
||||
icon: iconName
|
||||
label: display + "\n" + toolTip
|
||||
enabled: !(status & DevicesModel.Paired)
|
||||
onClicked: {
|
||||
pageStack.push(
|
||||
deviceComp,
|
||||
|
|
Loading…
Reference in a new issue