mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Update to Avalonia 11.2.0.
This commit is contained in:
@@ -12,7 +12,7 @@ public class ViewLocator : IDataTemplate
|
||||
{
|
||||
public bool SupportsRecycling => false;
|
||||
|
||||
public IControl Build(object data)
|
||||
public Control Build(object data)
|
||||
{
|
||||
string name = data.GetType().FullName?.Replace("ViewModel", "View");
|
||||
Type type = name is null ? null : Type.GetType(name);
|
||||
|
||||
Reference in New Issue
Block a user