forked from Misaki/GhostEngine
Update ContextFlyout
This commit is contained in:
@@ -108,7 +108,7 @@ internal partial class ProjectBrowserViewModel : ObservableObject
|
||||
}
|
||||
else
|
||||
{
|
||||
AssetDatabase.OpenAsset(SelectedItem.FullName);
|
||||
AssetService.OpenAsset(SelectedItem.FullName);
|
||||
return (null, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user