You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MainWindow.xaml
+27-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
ui:WindowHelper.UseModernWindowStyle="True"
8
8
xmlns:local="clr-namespace:ValheimServerWarden"
9
9
mc:Ignorable="d"
10
-
Title="Valheim Server Warden"Height="450"Width="800"Closed="Window_Closed"StateChanged="Window_StateChanged"Closing="Window_Closing"Icon="/Resources/vsw2_256.png"IsVisibleChanged="Window_IsVisibleChanged">
10
+
Title="Valheim Server Warden"Height="475"Width="800"Closed="Window_Closed"StateChanged="Window_StateChanged"Closing="Window_Closing"Icon="/Resources/vsw2_256.png"IsVisibleChanged="Window_IsVisibleChanged">
<CheckBoxx:Name="chkAutoCheckUpdate"Content="Automatically check for update"Margin="10,5,0,5"VerticalAlignment="Center" Grid.Row="2"Checked="chkAutoCheckUpdate_Click"Unchecked="chkAutoCheckUpdate_Click"/>
<Labelx:Name="lblReportBug"Content="Found a bug? Report it on GitHub."Margin="10"Cursor="Hand" Grid.Row="5"MouseLeftButtonUp="lblReportBug_MouseLeftButtonUp"/>
138
+
<Grid Grid.Row="2">
139
+
<Grid.ColumnDefinitions>
140
+
<ColumnDefinitionWidth="Auto"/>
141
+
<ColumnDefinitionWidth="Auto"/>
142
+
<ColumnDefinitionWidth="Auto"/>
143
+
</Grid.ColumnDefinitions>
144
+
<CheckBoxx:Name="chkAutoCheckUpdate"Content="Automatically check for update"ToolTip="Check for new version of app start"Margin="10,5"VerticalAlignment="Center" Grid.Column="0"Checked="chkAutoCheckUpdate_Click"Unchecked="chkAutoCheckUpdate_Click"/>
<CheckBoxx:Name="chkRunningServerCheck"Content="Check for running servers on start"ToolTip="Check for any running servers on app start and provide the option to shut them down"Margin="10,5" Grid.Column="0"Checked="chkRunningServerCheck_Checked"Unchecked="chkRunningServerCheck_Checked"/>
153
+
<CheckBoxx:Name="chkStopOnClose"Content="Stop running servers on app close"ToolTip="Instead of preventing app closing when there are running servers, stop all running servers"Margin="10,5" Grid.Column="1"Checked="chkStopOnClose_Checked"Unchecked="chkStopOnClose_Checked"/>
154
+
</Grid>
155
+
<CheckBoxx:Name="chkLog"Content="Create log file"ToolTip="Write app log outpute to a file (useful for troubleshooting)"Margin="10,5" Grid.Row="4"Checked="chkLog_Checked"Unchecked="chkLog_Checked"/>
0 commit comments