Misc fixes and tweaks
This commit is contained in:
@@ -90,7 +90,7 @@ public unsafe class AddonInventoryWindow : InventoryAddonBase
|
||||
Services.Framework.RunOnTick(() =>
|
||||
{
|
||||
if (IsOpen) _notificationNode.NotificationInfo = info;
|
||||
}, delayTicks: 1);
|
||||
}, delayTicks: 3);
|
||||
}
|
||||
|
||||
protected override void OnFinalize(AtkUnitBase* addon)
|
||||
|
||||
@@ -88,7 +88,7 @@ public abstract unsafe class InventoryAddonBase : NativeAddon, IInventoryWindow
|
||||
{
|
||||
if (IsOpen) SearchInputNode.SearchString = searchText;
|
||||
RefreshCategoriesCore(autosize: true);
|
||||
}, delayTicks: 1);
|
||||
}, delayTicks: 3);
|
||||
}
|
||||
|
||||
public void RefreshFromLifecycle()
|
||||
|
||||
Reference in New Issue
Block a user