Removed stump user config section
This commit is contained in:
parent
72de50aa71
commit
844ec8b53e
1 changed files with 0 additions and 8 deletions
|
@ -112,14 +112,6 @@ class UserConfig extends Extension
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onSetupBuilding(SetupBuildingEvent $event)
|
|
||||||
{
|
|
||||||
$sb = new SetupBlock("User Options");
|
|
||||||
$sb->start_table();
|
|
||||||
$sb->end_table();
|
|
||||||
$event->panel->add_block($sb);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// This needs to happen before any other events, but after db upgrade
|
// This needs to happen before any other events, but after db upgrade
|
||||||
public function get_priority(): int
|
public function get_priority(): int
|
||||||
|
|
Reference in a new issue