mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
feat: "Selected Comments" status displayed (#1857)
* Add support for UpSelection in reply display and controller * update --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1111,7 +1111,7 @@ Future<void> _showReplySortDialog(
|
||||
builder: (context) => SelectDialog<ReplySortType>(
|
||||
title: '评论展示',
|
||||
value: Pref.replySortType,
|
||||
values: ReplySortType.values.map((e) => (e, e.title)).toList(),
|
||||
values: ReplySortType.values.take(2).map((e) => (e, e.title)).toList(),
|
||||
),
|
||||
);
|
||||
if (res != null) {
|
||||
|
||||
Reference in New Issue
Block a user