Skip to content

Commit

Permalink
Fix IPC error in sticker-creator
Browse files Browse the repository at this point in the history
  • Loading branch information
automated-signal committed Nov 16, 2021
1 parent ca7fb47 commit 0bfbcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sticker-creator/preload.js
Expand Up @@ -246,7 +246,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';
Expand Down

0 comments on commit 0bfbcff

Please sign in to comment.