mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Fixed bug where plugin errors were not shown if all enabled plugins fail.
This commit is contained in:
@@ -630,7 +630,7 @@ public class Device implements BaseLink.PackageReceiver {
|
||||
}
|
||||
|
||||
public boolean hasPluginsLoaded() {
|
||||
return !plugins.isEmpty();
|
||||
return !(plugins.isEmpty() && failedPlugins.isEmpty());
|
||||
}
|
||||
|
||||
public void reloadPluginsFromSettings() {
|
||||
|
Reference in New Issue
Block a user