mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 14:06:50 +00:00
change priority of app-settings-section to 0
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b2ca0b0e22
commit
d887ed8de1
1 changed files with 1 additions and 1 deletions
|
|
@ -78,6 +78,6 @@ class Admin implements ISettings {
|
|||
* E.g.: 70
|
||||
*/
|
||||
public function getPriority(): int {
|
||||
return 5;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue