Added start on windows startup feature IO-404
This commit is contained in:
@@ -128,6 +128,12 @@
|
||||
<CheckBox IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=AutoStartMonitor}"
|
||||
Margin="8"
|
||||
Content="{x:Static p:Resources.Label_AutoStartMonitor}" />
|
||||
<CheckBox IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=StartWithWindows}"
|
||||
Margin="8"
|
||||
Content="{x:Static p:Resources.Label_StartWithWindows}"
|
||||
Command="{Binding StartWithWindowsCommand}"
|
||||
CommandParameter="{Binding Source={x:Static p:Settings.Default}, Path=StartWithWindows}"/>
|
||||
|
||||
<Button Command="{Binding AddMonitoringPathCommand, UpdateSourceTrigger=PropertyChanged}"
|
||||
Margin="8"
|
||||
ToolTip="{x:Static p:Resources.Label_AddMonitoringPath}"
|
||||
|
||||
Reference in New Issue
Block a user