change priority of app-settings-section to 0

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-10-25 12:32:00 +02:00
parent b2ca0b0e22
commit d887ed8de1

View file

@ -78,6 +78,6 @@ class Admin implements ISettings {
* E.g.: 70 * E.g.: 70
*/ */
public function getPriority(): int { public function getPriority(): int {
return 5; return 0;
} }
} }