Don't set config value as reaction to a config change

This commit is contained in:
Thomas Perl 2014-10-28 15:27:39 +01:00
parent a3fc3fe3c0
commit 0703e7ab59
2 changed files with 16 additions and 4 deletions

View file

@ -49,7 +49,7 @@ Connections {
onConfigChanged: {
if (key === 'ui.qml.episode_list.filter_eql') {
episodeListModel.setQuery(value);
episodeListModel.setQueryFromUpdate(value);
episodeListModel.reload();
}
}