JodliDev / calendar

GNU Affero General Public License v3.0
16 stars 12 forks source link

Position taskbar button #47

Closed Offerel closed 4 months ago

Offerel commented 12 months ago

This should reposition the taskbar button, according to the sorting in $config['plugins'] array. Please see #46

BTW: You can remove libcalendaring and other dependencies from this array, because they are loaded automatically by the already implemented:

protected function setup()
{
    $this->require_plugin('libcalendaring');
    $this->require_plugin('libkolab');