enable "remote" menu in settings

This commit is contained in:
Philippe G
2020-05-10 14:51:11 -07:00
parent bbe62352a2
commit edf1d454a2
4 changed files with 7 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ sub hasScrolling {
return 1;
}
sub hasIR {
return 1;
}
sub update_artwork {
my $client = shift;
my $cprefs = $prefs->client($client);