Added nsfw on syncshell profile.

This commit is contained in:
CakeAndBanana
2025-10-19 21:58:12 +02:00
parent 2cba1ccfe0
commit 7d4e097be8

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();
}