QueryWindow: Minor improvements
This commit is contained in:
@ -90,7 +90,7 @@ namespace Elwig.Windows {
|
||||
private set => SetValue(EmailWishCountProperty, value);
|
||||
}
|
||||
|
||||
private ICommand _deleteCommand;
|
||||
private ICommand? _deleteCommand;
|
||||
public ICommand DeleteCommand => _deleteCommand ??= new ActionCommand(() => {
|
||||
var idx = SelectedDocumentsList.SelectedIndex;
|
||||
if (idx == -1)
|
||||
|
Reference in New Issue
Block a user