Add option to disable music widget filtering

This commit is contained in:
MM20
2022-01-06 23:43:50 +01:00
parent 51e9370dd5
commit d3358fa7b5
16 changed files with 477 additions and 198 deletions
@@ -32,4 +32,9 @@ message Settings {
}
WeatherSettings weather = 5;
message MusicWidgetSettings {
bool filter_sources = 1;
}
MusicWidgetSettings music_widget = 6;
}