Added draft system for unsent messages

This commit is contained in:
2023-09-09 17:48:02 +02:00
parent 7a411a34c9
commit 68bfe92849
6 changed files with 42 additions and 9 deletions

View File

@ -27,6 +27,7 @@ class DefaultSettings {
talkSettings: TalkSettings(
sortFavoritesToTop: true,
sortUnreadToTop: false,
drafts: {},
),
fileSettings: FileSettings(
sortFoldersToTop: true,