Skip to content

Commit

Permalink
Merge pull request #3608 from nextcloud/enh/noid/change-priority
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen authored Oct 30, 2023
2 parents faaee07 + d887ed8 commit 2156e60
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 2156e60

Please sign in to comment.