Fixed nsfwf
This commit is contained in:
@@ -265,6 +265,10 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
|
|||||||
ImGui.EndChildFrame();
|
ImGui.EndChildFrame();
|
||||||
ImGui.TreePop();
|
ImGui.TreePop();
|
||||||
}
|
}
|
||||||
|
var nsfw = _profileData.IsNsfw;
|
||||||
|
ImGui.BeginDisabled();
|
||||||
|
ImGui.Checkbox("Is NSFW", ref nsfw);
|
||||||
|
ImGui.EndDisabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
@@ -359,10 +363,6 @@ 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