Skip to content

Commit

Permalink
Activate mergeBulbs always
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre authored May 6, 2024
1 parent 3b1a917 commit 2e001ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Imports System
Imports System
Imports System.Drawing
Imports System.IO
Imports System.Windows.Forms
Expand Down Expand Up @@ -1800,7 +1800,7 @@ Public Class formBackglass
' get top node
Dim topnode As Xml.XmlElement = XML.SelectSingleNode("DirectB2SData")
Dim mergeBulbs As Boolean = topnode.SelectSingleNode("MergeBulbs") IsNot Nothing AndAlso topnode.SelectSingleNode("MergeBulbs").Attributes("Value").InnerText <> "0"

mergeBulbs = True
' clear all data
B2SData.ClearAll(True)

Expand Down

0 comments on commit 2e001ca

Please sign in to comment.