client: Rename option to codeBlockTheme

This commit is contained in:
Elian Doran
2024-10-27 21:39:50 +02:00
parent e68d070320
commit 96b9042559
4 changed files with 9 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ async function initNotSyncedOptions(initialized: boolean, theme: string, opts: N
optionService.createOption('lastSyncedPush', '0', false);
optionService.createOption('theme', theme, false);
optionService.createOption('highlightingTheme', "default:atom-one-dark", false);
optionService.createOption('codeBlockTheme', "default:atom-one-dark", false);
optionService.createOption('syncServerHost', opts.syncServerHost || '', false);
optionService.createOption('syncServerTimeout', '120000', false);