Expose xtreme_settings api import for other apps

This commit is contained in:
Willy-JL
2023-02-11 04:25:57 +00:00
parent 0127b87b0d
commit a90c6f44d7
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@ App(
provides=[
"passport",
"system_settings",
"xtreme_settings",
"about",
],
)
@@ -8,4 +8,7 @@ App(
"gui",
],
order=90,
provides=[
"xtreme_settings",
],
)