Don't set config value as reaction to a config change
This commit is contained in:
parent
a3fc3fe3c0
commit
0703e7ab59
2 changed files with 16 additions and 4 deletions
|
@ -49,7 +49,7 @@ Connections {
|
|||
|
||||
onConfigChanged: {
|
||||
if (key === 'ui.qml.episode_list.filter_eql') {
|
||||
episodeListModel.setQuery(value);
|
||||
episodeListModel.setQueryFromUpdate(value);
|
||||
episodeListModel.reload();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue