Init Language Picker
This commit is contained in:
parent
754bb02c06
commit
89e66da351
25 changed files with 610 additions and 61 deletions
|
@ -19,6 +19,7 @@ const EPHEMERAL_NAME_MAP = new Map([
|
|||
['spellCheck', 'spell-check'],
|
||||
['systemTraySetting', 'system-tray-setting'],
|
||||
['themeSetting', 'theme-setting'],
|
||||
['localeOverride', 'localeOverride'],
|
||||
]);
|
||||
|
||||
type ResponseQueueEntry = Readonly<{
|
||||
|
@ -79,6 +80,9 @@ export class SettingsChannel extends EventEmitter {
|
|||
isEphemeral: true,
|
||||
});
|
||||
|
||||
this.installSetting('localeOverride', {
|
||||
isEphemeral: true,
|
||||
});
|
||||
this.installSetting('notificationSetting');
|
||||
this.installSetting('notificationDrawAttention');
|
||||
this.installSetting('audioMessage');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue