Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-09-20 10:11:08 +0300
committerGitHub <noreply@github.com>2022-09-20 10:11:08 +0300
commit40f085b684201237cd970e5bc2befce457abe2f4 (patch)
tree17ff5d0ca745cbe5b0e0ea1e43659531f6206b26
parent299879e7787ea3e91c6e1ee2d46b5e10c5db5c42 (diff)
parent4a42725ed5ef1f01b98d453fd1fbf5463fe98852 (diff)
Merge pull request #111 from Valdnet/patch-1
-rw-r--r--README.md2
-rw-r--r--appinfo/info.xml11
2 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2b40931..9013e64 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ order.
## Set a default order for all new users
-Go to the Admin settings > Additional settings and drag the icons under App order.
+Go to the Settings > Administration > Additional settings and drag the icons under App order.
## Use first app as default app
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2396666..3e5a6e2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,22 +4,19 @@
<name>AppOrder</name>
<summary>Sort apps in the menu with drag and drop</summary>
<description>
-Enable sorting the app icons from the personal settings. The order will be saved for each
-user individually. Administrators can define a custom default order.
+Enable sorting the app icons from the personal settings. The order will be saved for each user individually. Administrators can define a custom default order.
## Set a default order for all new users
-Go to the Admin settings &gt; Additional settings and drag the icons under App order.
+Go to the Settings &gt; Administration &gt; Additional settings and drag the icons under App order.
## Use first app as default app
-You can easily let Nextcloud redirect your user to the first app in their
-personal order by changing the following parameter in your config/config.php:
+You can easily let Nextcloud redirect your user to the first app in their personal order by changing the following parameter in your config/config.php:
'defaultapp' =&gt; 'apporder',
-Users will now get redirected to the first app of the default order or to the
-first app of the user order.
+Users will now get redirected to the first app of the default order or to the first app of the user order.
</description>
<version>0.15.0</version>
<licence>agpl</licence>