Added profile editor on syncshell admin. #68

Merged
defnotken merged 18 commits from syncshell-profiles into 1.12.3 2025-10-19 20:00:51 +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();
}