« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/transformContent.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/transformContent.js')
-rw-r--r--src/content/dependencies/transformContent.js5
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.