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