1
Fork 0

Rename Background for Splash/add notification type

This commit is contained in:
KorbsStudio 2023-02-14 14:45:51 -05:00
parent 943967a404
commit b09756910e
No known key found for this signature in database
2 changed files with 8 additions and 3 deletions

9
.env
View file

@ -17,9 +17,14 @@ SourceCode="https://github.com/company/app-name"
#######################
# Theming
## Splash
## Document: https://nexus-polestar.korbsstudio.com/basics/configuration/#splash
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
Background="#232323"
SplashBackground="#232323"
# Notifications
# Document: https://nexus-polestar.korbsstudio.com/basics/notifications/
## Pushy
PushyAppId="YourAppIdHere"
PushyAppId="63e9212d7446e48a2a0e8ec0"
## Theming
NotificationType="Custom" # "Custom" "Native"

View file

@ -15,7 +15,7 @@ export const APP = [{
export const SPLASH = [
{
loading: import.meta.env.LoadingIndicator,
background: import.meta.env.Background
background: import.meta.env.SplashBackground
}
]