diff options
Diffstat (limited to 'src/content/dependencies/transformContent.js')
| -rw-r--r-- | src/content/dependencies/transformContent.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js index 4079f0f0..243ab502 100644 --- a/src/content/dependencies/transformContent.js +++ b/src/content/dependencies/transformContent.js @@ -635,6 +635,11 @@ export default { link.setSlot('tooltipStyle', 'none'); } + // TODO: The same, the same. + if (!errors(() => link.getSlotDescription('showNameDetail'))) { + link.setSlot('showNameDetail', 'inside'); + } + let doTheAbsorbyThing = false; // TODO: This is just silly. |