mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
disabling link map animation, closes #684
This commit is contained in:
@@ -64,7 +64,9 @@ async function update(name, value) {
|
||||
return false;
|
||||
}
|
||||
|
||||
log.info(`Updating option ${name} to ${value}`);
|
||||
if (name !== 'openTabs') {
|
||||
log.info(`Updating option ${name} to ${value}`);
|
||||
}
|
||||
|
||||
await optionService.setOption(name, value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user