mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:37:22 +01:00
parent
9bdb359391
commit
de36e9e8bd
1 changed files with 2 additions and 2 deletions
|
|
@ -365,7 +365,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||
UiSharedService.FontText("Export MCDF", _uiShared.UidFont);
|
||||
|
||||
UiSharedService.TextWrapped("This feature allows you to pack your character into a MCDF file and manually send it to other people. MCDF files can officially only be imported during GPose through Mare. " +
|
||||
"Be aware that the possibility exists that people write unoffocial custom exporters to extract the containing data.");
|
||||
"Be aware that the possibility exists that people write unofficial custom exporters to extract the containing data.");
|
||||
|
||||
ImGui.Checkbox("##readExport", ref _readExport);
|
||||
ImGui.SameLine();
|
||||
|
|
@ -995,4 +995,4 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||
_wasOpen = IsOpen;
|
||||
IsOpen = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue