Fix IPC error in sticker-creator

This commit is contained in:
automated-signal 2021-11-16 12:57:04 -08:00 committed by GitHub
parent ca7fb47958
commit 0bfbcffb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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