Skip to content

Commit b22aebe

Browse files
committed
Reorder settings
1 parent 11a4f82 commit b22aebe

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

SimpleDnsCrypt/Views/SettingsView.xaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
Margin="5"
5858
Content="{lex:Loc Key=settings_advanced_settings}"
5959
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" />
7260
<CheckBox
7361
IsChecked="{Binding IsQueryLogTabVisible}"
7462
Margin="5"
@@ -94,14 +82,26 @@
9482
Margin="5"
9583
Content="{lex:Loc Key=settings_address_blacklist}"
9684
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" />
9797
<StackPanel Orientation="Vertical">
9898
<CheckBox IsChecked="{Binding IsAutoUpdateEnabled}"
9999
Margin="5"
100100
Content="{lex:Loc Key=settings_update_auto}"
101101
Cursor="Hand" Foreground="#FF575757" />
102102
<CheckBox IsChecked="{Binding IsAutoUpdateSilentEnabled}"
103103
Margin="5"
104-
Content="Silently install new versions"
104+
Content="{lex:Loc Key=settings_update_silent}"
105105
Cursor="Hand" Foreground="#FF575757" />
106106
<StackPanel Margin="5,0,0,0" Orientation="Horizontal">
107107
<TextBlock Foreground="#FF575757" Text="{lex:Loc Key=settings_update_channel}" VerticalAlignment="Center" />

0 commit comments

Comments
 (0)