Files
notesnook/apps/mobile/features.ts
2022-03-09 19:04:01 +05:00

13 lines
436 B
TypeScript

import { FeatureType } from './src/components/sheets/new-feature';
export const features: FeatureType[] = [
{
title: 'Manage attachments',
body: 'Now you can go to Settings to view and manage all file & image attachments from one place.'
},
{
title: 'Automatic system theme',
body: 'User on basic plan can now enable automatic system theme switching (Day/Night). Go to Settings > Appearence to enable it.'
}
];