diff --git a/wfmain.cpp b/wfmain.cpp index 51e6ddd..7126d32 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -2137,6 +2137,7 @@ void wfmain::extChangedRsPrefs(quint64 items) { qDebug(logSystem()) << "Updating Rs pref in wfmain" << (int)i; prs = (prefRsItem)i; + extChangedRsPref(prs); } } }