mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Feature: Basic notification options implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user