mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Export all options
This commit is contained in:
parent
20ec06ba54
commit
29702304d9
1 changed files with 2 additions and 0 deletions
|
@ -101,9 +101,11 @@ public class FragmentSetup extends FragmentEx {
|
||||||
};
|
};
|
||||||
|
|
||||||
static final List<String> EXPORT_SETTINGS = Arrays.asList(
|
static final List<String> EXPORT_SETTINGS = Arrays.asList(
|
||||||
|
"enabled",
|
||||||
"avatars",
|
"avatars",
|
||||||
"light",
|
"light",
|
||||||
"browse",
|
"browse",
|
||||||
|
"swipe",
|
||||||
"sort"
|
"sort"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue