Added install menu, lists uninstalled plugins + install button. Button not yet working.

This commit is contained in:
Max Klaversma
2014-04-16 17:54:18 +02:00
committed by Steffen Schröder
parent e0b5149b9c
commit 9d345d1b9e
2 changed files with 190 additions and 0 deletions

View File

@ -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);
}
/**