From d7f3925945ab45167308d0c41bde13a88f4718e0 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Thu, 5 Mar 2020 10:59:48 +0100
Subject: [PATCH] fix show BG interactions

---
 src/uncategorized/main.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index e9f68e81429..1b916d61294 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -106,7 +106,7 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 	<</script>>
 <</if>>
 
-<<if $fucktoyInteractionsPosition === 0>>
+<<if $useSlaveSummaryOverviewTab === 0>>
 	<span id="BG"></span>
 	<<script>>
 		$(document).one(':passageend', () => {
-- 
GitLab