perf(ui): retain shaped report text
This commit is contained in:
parent
c0bec56dfe
commit
f2a015be8e
11 changed files with 525 additions and 38 deletions
|
|
@ -1193,18 +1193,19 @@ public sealed class RetailUiRuntime : IDisposable
|
|||
}
|
||||
if (rootInfo is null || layout is null) return;
|
||||
|
||||
CharacterController.Bind(
|
||||
CharacterInformationUiController controller = CharacterController.Bind(
|
||||
layout,
|
||||
_bindings.Character.Provider.BuildSheet,
|
||||
_bindings.Assets.DefaultFont,
|
||||
() => CloseWindow(WindowNames.CharacterInformation),
|
||||
strings);
|
||||
strings,
|
||||
_bindings.Character.Provider.SubscribeChanged);
|
||||
RegisterIndicatorDetailPanel(
|
||||
RetailPanelCatalog.CharacterInformation,
|
||||
WindowNames.CharacterInformation,
|
||||
rootInfo,
|
||||
layout.Root,
|
||||
controller: null);
|
||||
controller);
|
||||
}
|
||||
|
||||
private void MountLinkStatusPanel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue