Skip to content

Commit

Permalink
Add label in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Mar 20, 2020
1 parent 237975b commit 2a093e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Lurker.UI/Views/SettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
Margin="30,0,0,0"
Header="Item Highlight"
IsChecked="{Binding ItemHighlightEnabled}"/>
<TextBlock Margin="4 4 0 0"
Foreground="{DynamicResource AccentColorBrush}"
FontSize="12"
VerticalAlignment="Top"
Text="(Ctrl + F)" />
</StackPanel>
<Controls:ToggleSwitch Grid.Row="1"
Margin="0,30,0,0"
Expand Down

0 comments on commit 2a093e8

Please sign in to comment.