[chore:] date is now prefilled with current date
This commit is contained in:
@@ -44,6 +44,10 @@ namespace PLG_Exam
|
|||||||
RenewColors();
|
RenewColors();
|
||||||
this.Closing += MainWindow_Closing;
|
this.Closing += MainWindow_Closing;
|
||||||
|
|
||||||
|
if(DatumField.SelectedDate.HasValue == false){
|
||||||
|
DatumField.SelectedDate = DateTime.Now;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnDarkModeClick(object? sender, RoutedEventArgs e)
|
private void OnDarkModeClick(object? sender, RoutedEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user