Added server setting - DestroyTamesOverLevelClamp

This commit is contained in:
Brett Hewitson 2021-11-20 14:30:13 +10:00
parent 252b6291fe
commit 57de64ff88
5 changed files with 47 additions and 9 deletions

View file

@ -1754,6 +1754,8 @@
</StackPanel>
</GroupBox>
<cctl:AnnotatedSlider Margin="1" Label="{DynamicResource ServerSettings_DestroyTamesOverLevelClampLabel}" Value="{Binding DestroyTamesOverLevelClamp}" Suffix="{DynamicResource SliderUnits_Levels}" Minimum="0" Maximum="5000" SmallChange="1" LargeChange="5" TickFrequency="1" ToolTip="{DynamicResource ServerSettings_DestroyTamesOverLevelClampTooltip}" />
<GroupBox Style="{StaticResource GroupBoxStyle}">
<GroupBox.Header>
<CheckBox IsChecked="{Binding EnableTributeDownloads}" Content="{DynamicResource ServerSettings_EnableTributeLabel}" ToolTip="{DynamicResource ServerSettings_EnableTributeTooltip}"/>