mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix IPC error in sticker-creator
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user