From a62f9e0a03535e19cdae7c8658e13330ab4a7426 Mon Sep 17 00:00:00 2001
From: benjaminbolling <benjamin.bolling@esss.se>
Date: Mon, 10 May 2021 15:23:55 +0200
Subject: [PATCH] LM510 window opening in new window instead of replacing menu
 window

---
 99-Shared/TS2_menu.bob | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/99-Shared/TS2_menu.bob b/99-Shared/TS2_menu.bob
index b178414..03a0bbd 100644
--- a/99-Shared/TS2_menu.bob
+++ b/99-Shared/TS2_menu.bob
@@ -121,7 +121,7 @@
     <actions>
       <action type="open_display">
         <file>LT/lm510.bob</file>
-        <target>replace</target>
+        <target>window</target>
         <description>Open Display</description>
       </action>
     </actions>
-- 
GitLab