Proper Japanese fonts
This commit is contained in:
parent
983477c354
commit
d9990c162e
2 changed files with 10 additions and 3 deletions
|
@ -500,6 +500,11 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
window.document.title = window.getTitle();
|
||||
|
||||
document.documentElement.setAttribute(
|
||||
'lang',
|
||||
window.getLocale().replace('_', '-')
|
||||
);
|
||||
|
||||
KeyChangeListener.init(window.textsecure.storage.protocol);
|
||||
window.textsecure.storage.protocol.on('removePreKey', (ourUuid: UUID) => {
|
||||
const uuidKind = window.textsecure.storage.user.getOurUuidKind(ourUuid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue