Added install menu, lists uninstalled plugins + install button. Button not yet working.
This commit is contained in:
committed by
Steffen Schröder
parent
e0b5149b9c
commit
9d345d1b9e
@ -78,6 +78,9 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener
|
||||
$this->maniaControl->commandManager->registerCommandListener('pluginlist', $this, 'handle_PluginList', true);
|
||||
|
||||
$this->currentBuildDate = $this->getNightlyBuildDate();
|
||||
|
||||
$this->pluginInstallMenu = new PluginInstallMenu($maniaControl);
|
||||
$this->maniaControl->configurator->addMenu($this->pluginInstallMenu);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user