This now works at least
This commit is contained in:
parent
e1ce928d01
commit
837c2af9bf
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ KdeConnectKcm::KdeConnectKcm(QObject *parent, const KPluginMetaData &md, const Q
|
||||||
QString linkProvider = QString(linkProviders.at(i).constData());
|
QString linkProvider = QString(linkProviders.at(i).constData());
|
||||||
qDebug() << "link provider: " << linkProvider;
|
qDebug() << "link provider: " << linkProvider;
|
||||||
|
|
||||||
if (linkProvider == QStringLiteral("bluetooth")) {
|
if (linkProvider == QStringLiteral("BluetoothLinkProvider")) {
|
||||||
kcmUi.bluetoothEnabled_checkbox->setChecked(true);
|
kcmUi.bluetoothEnabled_checkbox->setChecked(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue