|
57 | 57 | Margin="5" |
58 | 58 | Content="{lex:Loc Key=settings_advanced_settings}" |
59 | 59 | Cursor="Hand" Foreground="#FF575757" /> |
60 | | - <CheckBox |
61 | | - IsChecked="{Binding IsTrayModeEnabled}" |
62 | | - Margin="5" |
63 | | - Content="{lex:Loc Key=settings_tray_mode}" |
64 | | - Cursor="Hand" Foreground="#FF575757" /> |
65 | | - <CheckBox |
66 | | - IsChecked="{Binding IsStartInTrayEnabled}" |
67 | | - IsEnabled="{Binding IsTrayModeEnabled}" |
68 | | - Visibility="{Binding IsTrayModeEnabled, Converter={StaticResource BooleanToVisibilityConverter}}" |
69 | | - Margin="5" |
70 | | - Content="{lex:Loc Key=settings_start_in_tray}" |
71 | | - Cursor="Hand" Foreground="#FF575757" /> |
72 | 60 | <CheckBox |
73 | 61 | IsChecked="{Binding IsQueryLogTabVisible}" |
74 | 62 | Margin="5" |
|
94 | 82 | Margin="5" |
95 | 83 | Content="{lex:Loc Key=settings_address_blacklist}" |
96 | 84 | Cursor="Hand" Foreground="#FF575757" /> |
| 85 | + <CheckBox |
| 86 | + IsChecked="{Binding IsTrayModeEnabled}" |
| 87 | + Margin="5" |
| 88 | + Content="{lex:Loc Key=settings_tray_mode}" |
| 89 | + Cursor="Hand" Foreground="#FF575757" /> |
| 90 | + <CheckBox |
| 91 | + IsChecked="{Binding IsStartInTrayEnabled}" |
| 92 | + IsEnabled="{Binding IsTrayModeEnabled}" |
| 93 | + Visibility="{Binding IsTrayModeEnabled, Converter={StaticResource BooleanToVisibilityConverter}}" |
| 94 | + Margin="5" |
| 95 | + Content="{lex:Loc Key=settings_start_in_tray}" |
| 96 | + Cursor="Hand" Foreground="#FF575757" /> |
97 | 97 | <StackPanel Orientation="Vertical"> |
98 | 98 | <CheckBox IsChecked="{Binding IsAutoUpdateEnabled}" |
99 | 99 | Margin="5" |
100 | 100 | Content="{lex:Loc Key=settings_update_auto}" |
101 | 101 | Cursor="Hand" Foreground="#FF575757" /> |
102 | 102 | <CheckBox IsChecked="{Binding IsAutoUpdateSilentEnabled}" |
103 | 103 | Margin="5" |
104 | | - Content="Silently install new versions" |
| 104 | + Content="{lex:Loc Key=settings_update_silent}" |
105 | 105 | Cursor="Hand" Foreground="#FF575757" /> |
106 | 106 | <StackPanel Margin="5,0,0,0" Orientation="Horizontal"> |
107 | 107 | <TextBlock Foreground="#FF575757" Text="{lex:Loc Key=settings_update_channel}" VerticalAlignment="Center" /> |
|
0 commit comments