Refactor quick action output handling and extend case note support

This commit is contained in:
Meik
2026-07-17 18:34:59 +02:00
parent 1db0da9a40
commit 0fef3ad49c
32 changed files with 755 additions and 805 deletions

View File

@@ -238,5 +238,12 @@ namespace FasdDesktopUi.Basics.UserControls
private void SearchBar_SearchValueChanged(object sender, string e)
=> SearchValueChanged?.Invoke(this, e);
#region ClearSearch
private void Search_CancelledSearch(object sender, RoutedEventArgs e)
{
Search.Clear();
}
#endregion
}
}