Skip to content

Commit

Permalink
added extra info text to intel channel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Mar 6, 2024
1 parent bf43613 commit 7c9a860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SMT/Preferences.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@
<GroupBox Margin="4" Height="453">

<StackPanel Orientation="Vertical">
<Label>Channel Filters</Label>
<Label Content="Channels to monitor (Partial text match, one per line)"/>
<TextBox Width="271" Height="100" Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=Window}, Path=EM.IntelFilters, Converter={StaticResource stringJoiner}, Mode=TwoWay}" TextWrapping="Wrap" AcceptsReturn="True" />
<Label>Clear Filters</Label>
<Label Content="Clear Filters (will change alert to warning)"/>
<TextBox Width="271" Height="80" Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=Window}, Path=EM.IntelClearFilters, Converter={StaticResource stringJoiner}, Mode=TwoWay}" TextWrapping="Wrap" AcceptsReturn="True" />
<Label>Ignore Filters</Label>
<Label Content="Ignore Filters (Text to ignore)"/>
<TextBox Width="271" Height="80" Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=Window}, Path=EM.IntelIgnoreFilters, Converter={StaticResource stringJoiner}, Mode=TwoWay}" TextWrapping="Wrap" AcceptsReturn="True" />
<Label Content="Alert Filters"/>
<Label Content="Alert Filters (Text to always alert)"/>
<TextBox Width="271" Height="80" Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=Window}, Path=EM.IntelAlertFilters, Converter={StaticResource stringJoiner}, Mode=TwoWay}" TextWrapping="Wrap" AcceptsReturn="True" />
</StackPanel>
</GroupBox>
Expand Down

0 comments on commit 7c9a860

Please sign in to comment.