mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
heave fewer redraws as main method for data application, minor fixes
This commit is contained in:
parent
f89bbc45e6
commit
1522d8d7e7
8 changed files with 53 additions and 52 deletions
|
|
@ -125,7 +125,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
|
||||
public Dictionary<ushort, string> WorldData => _dalamudUtil.WorldData.Value;
|
||||
|
||||
public uint WorldId => _dalamudUtil.GetWorldId();
|
||||
public uint WorldId => _dalamudUtil.GetHomeWorldId();
|
||||
|
||||
public const string TooltipSeparator = "--SEP--";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue