Added nsfw on syncshell profile.
This commit is contained in:
@@ -359,6 +359,10 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
|
|||||||
{
|
{
|
||||||
UiSharedService.TextWrapped(_descriptionText);
|
UiSharedService.TextWrapped(_descriptionText);
|
||||||
}
|
}
|
||||||
|
var nsfw = profile.IsNSFW;
|
||||||
|
ImGui.BeginDisabled();
|
||||||
|
ImGui.Checkbox("Is NSFW", ref nsfw);
|
||||||
|
ImGui.EndDisabled();
|
||||||
ImGui.EndChildFrame();
|
ImGui.EndChildFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user