Skip to content

Commit

Permalink
change priority of app-settings-section to 0
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 25, 2023
1 parent b2ca0b0 commit d887ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public function getSection(): string {
* E.g.: 70
*/
public function getPriority(): int {
return 5;
return 0;
}
}

0 comments on commit d887ed8

Please sign in to comment.