New compose UX for usernames/e164
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
e69826dcc6
commit
a329189489
42 changed files with 19223 additions and 142 deletions
|
@ -5,3 +5,6 @@ import { ipcRenderer } from 'electron';
|
|||
|
||||
export const localeMessages = ipcRenderer.sendSync('locale-data');
|
||||
export const localeDisplayNames = ipcRenderer.sendSync('locale-display-names');
|
||||
export const countryDisplayNames = ipcRenderer.sendSync(
|
||||
'country-display-names'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue