feat: Added FileSend links to general account menu and preferences menu

This commit is contained in:
Aman Harwara
2022-12-24 17:43:26 +05:30
parent 9fb506e532
commit 4f07b915f0
5 changed files with 55 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ const PREFERENCE_IDS = [
'get-free-month',
'help-feedback',
'whats-new',
'filesend',
] as const
export type PreferenceId = typeof PREFERENCE_IDS[number]