Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 20, 2024
1 parent 79a20d4 commit 803c4e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public sealed partial class ResourceNameToResourceStringConverter : IValueConver
#if WINAPPSDK && !HAS_UNO
return _resourceManager.MainResourceMap.TryGetValue(stringValue).ValueAsString;
#else
return _resourceLoader.GetString(valueAsString);
return _resourceLoader.GetString(stringValue);
#endif
}

Expand Down

0 comments on commit 803c4e2

Please sign in to comment.