mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +02:00
CertificateVerification: verify certificate when upload new plugin
Change-Id: Ie5678f79f26e1cb75894d234daaea257000b1dcd
This commit is contained in:
parent
f46b94baeb
commit
b2318c7f7f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public:
|
|||
QThreadPool::globalInstance()->start([this, pluginId] {
|
||||
auto res = lrcInstance_->pluginModel()
|
||||
.installPlugin(QDir(QDir::tempPath()).filePath(pluginId + ".jpl"),
|
||||
true);
|
||||
false);
|
||||
if (res) {
|
||||
parent_.versionStatusChanged(pluginId, PluginStatus::Role::INSTALLED);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue