1.12.3 #60

Merged
defnotken merged 91 commits from 1.12.3 into master 2025-10-24 14:22:21 +00:00
Showing only changes of commit 7d4e097be8 - Show all commits

View File

@@ -359,6 +359,10 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
{
UiSharedService.TextWrapped(_descriptionText);
}
var nsfw = profile.IsNSFW;
ImGui.BeginDisabled();
ImGui.Checkbox("Is NSFW", ref nsfw);
ImGui.EndDisabled();
ImGui.EndChildFrame();
}