Feature: Basic notification options implementation

This commit is contained in:
Paul
2021-06-24 23:59:46 +01:00
parent fa3f756ae7
commit 809c2f1d18
10 changed files with 173 additions and 25 deletions

View File

@@ -20,6 +20,7 @@ export function Component(props: Props & WithDispatcher) {
['appearance', 'appearance.title'],
['theme', 'appearance.theme'],
['locale', 'language.title']
// notifications sync is always-on
] as [ SyncKeys, string ][]).map(
([ key, title ]) =>
<Checkbox