mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Disable BigScreen by default
This commit is contained in:
@@ -56,6 +56,11 @@ public class BigscreenPlugin extends Plugin {
|
||||
return ContextCompat.getDrawable(context, R.drawable.ic_presenter);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEnabledByDefault() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasSettings() {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user