mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 02:24:15 +01:00
add individual syncshells and shit
This commit is contained in:
parent
38e4668845
commit
52d0fa6590
5 changed files with 137 additions and 39 deletions
|
|
@ -45,11 +45,13 @@ internal sealed partial class CharaDataHubUi : WindowMediatorSubscriberBase
|
|||
private bool _openMcdOnlineOnNextRun = false;
|
||||
private bool _readExport;
|
||||
private string _selectedDtoId = string.Empty;
|
||||
private string _selectedSpecificIndividual = string.Empty;
|
||||
private string _selectedSpecificUserIndividual = string.Empty;
|
||||
private string _selectedSpecificGroupIndividual = string.Empty;
|
||||
private string _sharedWithYouDescriptionFilter = string.Empty;
|
||||
private bool _sharedWithYouDownloadableFilter = false;
|
||||
private string _sharedWithYouOwnerFilter = string.Empty;
|
||||
private string _specificIndividualAdd = string.Empty;
|
||||
private string _specificGroupAdd = string.Empty;
|
||||
private bool _abbreviateCharaName = false;
|
||||
|
||||
public CharaDataHubUi(ILogger<CharaDataHubUi> logger, MareMediator mediator, PerformanceCollectorService performanceCollectorService,
|
||||
|
|
@ -588,6 +590,7 @@ internal sealed partial class CharaDataHubUi : WindowMediatorSubscriberBase
|
|||
ImGui.AlignTextToFramePadding();
|
||||
DrawAddOrRemoveFavorite(_charaDataManager.LastDownloadedMetaInfo);
|
||||
|
||||
ImGui.NewLine();
|
||||
if (!_charaDataManager.DownloadMetaInfoTask?.IsCompleted ?? false)
|
||||
{
|
||||
UiSharedService.ColorTextWrapped("Downloading meta info. Please wait.", ImGuiColors.DalamudYellow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue