- tweak: now decompiler work fine
This commit is contained in:
@@ -5,7 +5,7 @@ using Nebula.Launcher.ViewModels.Pages;
|
||||
namespace Nebula.Launcher.ViewModels.ContentView;
|
||||
public abstract class ContentViewBase : ViewModelBase, IDisposable
|
||||
{
|
||||
public virtual void InitialiseWithData(ContentPath path, Stream stream)
|
||||
public virtual void InitialiseWithData(ContentPath path, Stream stream, ContentEntry contentEntry)
|
||||
{
|
||||
}
|
||||
public virtual void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user