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

@@ -42,6 +42,7 @@ const READY_PREFERENCES_MENU_ITEMS: PreferencesMenuItem[] = [
{ id: 'appearance', label: 'Appearance', icon: 'themes' },
{ id: 'listed', label: 'Listed', icon: 'listed' },
{ id: 'help-feedback', label: 'Help & feedback', icon: 'help' },
{ id: 'filesend', label: 'FileSend', icon: 'open-in' },
]
export class PreferencesMenu {