Added option to sort unread chats to top

This commit is contained in:
2023-06-07 18:22:15 +02:00
parent b94a3d33e9
commit f8ac83a296
6 changed files with 36 additions and 9 deletions

View File

@ -58,6 +58,7 @@ class SettingsProvider extends ChangeNotifier {
),
talkSettings: TalkSettings(
sortFavoritesToTop: true,
sortUnreadToTop: false,
),
);
}