make "disable pull to refresh" false by default (#2030)

This commit is contained in:
Athou
2026-01-25 10:45:21 +01:00
parent 861c1fc3dc
commit 6c68fda572
2 changed files with 42 additions and 42 deletions

View File

@@ -151,7 +151,7 @@ public class UserREST {
s.setMobileFooter(false);
s.setUnreadCountTitle(false);
s.setUnreadCountFavicon(true);
s.setDisablePullToRefresh(true);
s.setDisablePullToRefresh(false);
}
return s;
}