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
<CheckBoxx:Name="chkRunAutomatically"Content="Run this app automatically on startup"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,0,0,4"ToolTip=""HorizontalAlignment="Left"Checked="ChkRunAutomatically_Checked"Unchecked="ChkRunAutomatically_Checked"/>
<CheckBoxx:Name="chkRunAutomatically"Content="Run this app automatically on startup"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,0,0,4"ToolTip="Run automatically using startup registry key"HorizontalAlignment="Left"Checked="ChkRunAutomatically_Checked"Unchecked="ChkRunAutomatically_Checked"/>
900
+
<StackPanel Grid.Row="3"Orientation="Horizontal">
901
+
<CheckBoxx:Name="chkUseCustomLastModified"Content="Date format"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,0,0,4"ToolTip="Last modified date format"HorizontalAlignment="Left"Checked="ChkUseCustomLastModified_Checked"Unchecked="ChkUseCustomLastModified_Checked"/>
902
+
<TextBoxx:Name="txtCustomDateTimeFormat"MinWidth="150"ToolTip="Default is dd/MM/yyyy HH:mm:ss"Padding="0,3,0,0"Margin="5,0,0,0"Text="dd/MM/yyyy HH:mm:ss"LostFocus="TxtCustomDateTimeFormat_LostFocus"TextChanged="TxtCustomDateTimeFormat_TextChanged" />
903
+
</StackPanel>
904
+
<CheckBoxx:Name="chkHumanFriendlyDateTime"Content="Use human friendly last modified"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,0,0,4"ToolTip="Last modified date format"HorizontalAlignment="Left"Checked="ChkHumanFriendlyDateTime_Checked"Unchecked="ChkHumanFriendlyDateTime_Checked"/>
0 commit comments