summaryrefslogtreecommitdiff
path: root/src/modules/launcher/modes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/launcher/modes.tsx')
-rw-r--r--src/modules/launcher/modes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/launcher/modes.tsx b/src/modules/launcher/modes.tsx
index 0db7cd5..fd9569b 100644
--- a/src/modules/launcher/modes.tsx
+++ b/src/modules/launcher/modes.tsx
@@ -186,7 +186,7 @@ class Math extends Widget.Box implements LauncherContent {
/>
</box>
</box>
- <box className="separator" />
+ <box visible={bind(config.style).as(s => s === "lines")} className="separator" />
</box>
</revealer>
);