ZooFlow: Set OperationModeOverride from FlowForm
This commit is contained in:
@@ -858,7 +858,8 @@ Public Class frmFlowForm
|
||||
Dim oParams As New DigitalData.Modules.ZooFlow.ClipboardWatcherParams With {
|
||||
.ClipboardContents = oState.CurrentClipboardContents,
|
||||
.MatchingProfiles = oProfiles,
|
||||
.MatchTreeView = oState.MatchTreeView
|
||||
.MatchTreeView = oState.MatchTreeView,
|
||||
.OperationModeOverride = Modules.ZooFlow.Constants.OperationMode.ZooFlow
|
||||
}
|
||||
|
||||
Dim oForm As New frmMatch(My.LogConfig, oEnvironment, oParams)
|
||||
|
||||
Reference in New Issue
Block a user