Revert "Proper Japanese fonts"

This reverts commit d9990c162e.
This commit is contained in:
Scott Nonnenberg 2021-12-08 14:23:05 -08:00 committed by GitHub
parent fdc9885baa
commit d72c816af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

View file

@ -455,11 +455,6 @@ 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);