Rename Background for Splash/add notification type
This commit is contained in:
parent
943967a404
commit
b09756910e
2 changed files with 8 additions and 3 deletions
9
.env
9
.env
|
@ -17,9 +17,14 @@ SourceCode="https://github.com/company/app-name"
|
||||||
#######################
|
#######################
|
||||||
# Theming
|
# Theming
|
||||||
## Splash
|
## Splash
|
||||||
|
## Document: https://nexus-polestar.korbsstudio.com/basics/configuration/#splash
|
||||||
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
|
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
|
||||||
Background="#232323"
|
SplashBackground="#232323"
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
|
# Document: https://nexus-polestar.korbsstudio.com/basics/notifications/
|
||||||
## Pushy
|
## Pushy
|
||||||
PushyAppId="YourAppIdHere"
|
PushyAppId="63e9212d7446e48a2a0e8ec0"
|
||||||
|
|
||||||
|
## Theming
|
||||||
|
NotificationType="Custom" # "Custom" "Native"
|
|
@ -15,7 +15,7 @@ export const APP = [{
|
||||||
export const SPLASH = [
|
export const SPLASH = [
|
||||||
{
|
{
|
||||||
loading: import.meta.env.LoadingIndicator,
|
loading: import.meta.env.LoadingIndicator,
|
||||||
background: import.meta.env.Background
|
background: import.meta.env.SplashBackground
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Reference in a new issue