Fix IPC error in sticker-creator

This commit is contained in:
Fedor Indutny 2021-11-16 21:40:29 +01:00 committed by GitHub
parent 39cb71e2fd
commit 70d3ed2371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ async function encrypt(data, key, iv) {
return ciphertext;
}
const getThemeSetting = createSetting('theme-setting');
const getThemeSetting = createSetting('themeSetting');
async function resolveTheme() {
const theme = (await getThemeSetting.getValue()) || 'system';