mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fjordur Settings
- added a checkbox header to the settings to enable/disable.
This commit is contained in:
parent
52fe37c221
commit
711cf955c3
5 changed files with 42 additions and 6 deletions
|
|
@ -2149,8 +2149,12 @@
|
|||
</Grid>
|
||||
</GroupBox>
|
||||
|
||||
<GroupBox Header="{DynamicResource ServerSettings_FjordurLabel}" Style="{StaticResource GroupBoxStyle}">
|
||||
<Grid>
|
||||
<GroupBox Style="{StaticResource GroupBoxStyle}">
|
||||
<GroupBox.Header>
|
||||
<cctl:CheckBoxAndTextBlock IsChecked="{Binding EnableFjordurSettings, Mode=TwoWay}" Text="{DynamicResource ServerSettings_FjordurLabel}" />
|
||||
</GroupBox.Header>
|
||||
|
||||
<Grid IsEnabled="{Binding EnableFjordurSettings}">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue