mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
client: Rename option to codeBlockTheme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user