Reorder main menu

This commit is contained in:
MX 2022-11-11 00:54:09 +03:00
parent 930b369812
commit f6eed35729
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ App(
provides=["clock_settings"],
icon="A_Clock_14",
stack_size=2 * 1024,
order=9,
order=81,
)

View file

@ -10,5 +10,5 @@ App(
],
stack_size=int(1.5 * 1024),
icon="A_Plugins_14",
order=90,
order=9,
)