Skip to content

Commit

Permalink
Update ControlInfoDataItem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Dec 22, 2024
1 parent 28e4306 commit 0d10f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private async Task GetControlInfoDataAsync()

lock (_lock)
{
string pageRoot = $"iNKORE.UI.WPF.Modern.Gallery.Pages.Controls.{realmName}";
string pageRoot = $"iNKORE.UI.WPF.Modern.Gallery.Pages.Controls.{realmName}.";
foreach (JsonElement groupValue in jsonArray.EnumerateArray())
{
if (groupValue.ValueKind != JsonValueKind.Object)
Expand Down

0 comments on commit 0d10f1e

Please sign in to comment.