@@ -56,35 +56,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -->
5656 />
5757
5858 <ToggleButton IsChecked =" {Binding IsOpen, Source={x:Reference SettingsFlyout}}"
59- Content =" {x:Static res:Resources.Settings}" />
60-
61- <!-- <metro:DropDownButton Content="{x:Static res:Resources.Settings}"
62- Icon="{icons:Material Kind=SettingsHelper}">
63- <metro:DropDownButton.ItemsSource>
64- <CompositeCollection>
65- <DockPanel>
66- <Label Target="{x:Reference RefereshIntervalBox}" Content="{x:Static res:Resources.SettingsRefreshInterval}"/>
67- <metro:NumericUpDown DockPanel.Dock="Right"
68- x:Name="RefereshIntervalBox"
69- Value="{Binding RefreshInterval}"
70- StringFormat="{x:Static res:Resources.SettingsRefreshIntervalStringFormat}"
71- Minimum="1" Maximum="99999"
72- ParsingNumberStyle="AllowThousands"
73- InterceptArrowKeys="True"
74- ButtonsAlignment="Opposite"
75- SwitchUpDownButtons="True"
76- MinWidth="60"
77- />
78- </DockPanel>
79-
80- <metro:ToggleSwitch IsOn="{Binding StartImmediately}"
81- Header="{x:Static res:Resources.SettingsStartImmediatelyHeader}"
82- OnContent="{x:Static res:Resources.SettingsStartImmediatelyOn}"
83- OffContent="{x:Static res:Resources.SettingsStartImmediatelyOff}"
84- />
85- </CompositeCollection>
86- </metro:DropDownButton.ItemsSource>
87- </metro:DropDownButton>-->
59+ Content =" {x:Static res:Resources.Settings}"
60+ />
8861 </metro : WindowCommands >
8962 </metro : MetroWindow .RightWindowCommands>
9063
0 commit comments