Slightly improve action ui performance (#20799)
This commit is contained in:
@@ -10,6 +10,11 @@ public sealed partial class ActionsWindow : DefaultWindow
|
||||
{
|
||||
public MultiselectOptionButton<Filters> FilterButton { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether the displayed actions or search filter needs updating.
|
||||
/// </summary>
|
||||
public bool UpdateNeeded;
|
||||
|
||||
public ActionsWindow()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
|
||||
Reference in New Issue
Block a user