feat: scroll spring in history & fav (#645)

This commit is contained in:
My-Responsitories
2025-04-09 13:16:29 +08:00
committed by GitHub
parent a7eebcc209
commit d3cbc95235
4 changed files with 35 additions and 30 deletions

View File

@@ -2583,7 +2583,7 @@ SettingsModel _getVideoFilterSelectModel({
value = result!;
await GStorage.setting.put(key, result);
setState();
RecommendFilter.update();
if (isFilter) RecommendFilter.update();
}
}
},