Fix IPC error in sticker-creator
This commit is contained in:
parent
39cb71e2fd
commit
70d3ed2371
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue