Fix "Pair a Device..." button in plasmoid
(cherry picked from commit abbaa1575b
)
This commit is contained in:
parent
a905d57883
commit
23098c8544
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ PlasmaExtras.Representation {
|
|||
helpfulAction: Action {
|
||||
text: i18n("Pair a Device...")
|
||||
icon.name: "list-add"
|
||||
onTriggered: KdeConnect.DaemonDbusInterface.openConfiguration()
|
||||
onTriggered: KdeConnect.OpenConfig.openConfiguration()
|
||||
enabled: pairedDevicesModel.count == 0 && KCMShell.authorize("kcm_kdeconnect.desktop").length > 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue