improvements to module/theme installation and removal
This commit is contained in:
@ -77,8 +77,13 @@ namespace Oqtane.Infrastructure
|
||||
if (install)
|
||||
{
|
||||
// restart application
|
||||
HostApplicationLifetime.StopApplication();
|
||||
RestartApplication();
|
||||
}
|
||||
}
|
||||
|
||||
public void RestartApplication()
|
||||
{
|
||||
HostApplicationLifetime.StopApplication();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user