Skip to content

Commit

Permalink
Merge pull request #105 from anynines/fix-default-appname-zuun
Browse files Browse the repository at this point in the history
Fix: Default app name on 'About' page is always 'Zuun'
  • Loading branch information
wayneeseguin authored Sep 20, 2024
2 parents 89e98a1 + 68271c6 commit eb037b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/packages/core/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ export class AppModule {
);

customizationService.setAppNameFromTitle();
customizationService.get().appName = 'Zuun';
}

private syncFavorite(favorite: UserFavorite<IFavoriteMetadata>, entities: GeneralRequestDataState) {
Expand Down
1 change: 1 addition & 0 deletions website/docs/extensions/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ A customization service provides a number of smaller extension points.
|Property | Description|
|--|--|
|appName| Product name, default is 'Stratos' but can be changed to an arbitrary string |
|hasEula| True if there's a EULA to show. When set to true the asset `/core/eula.html` must exist. For information about custom package assets see the images section [here](./theming#new-images). |
|copyright| Text shown at the bottom of the side nav|
|logoText| Text shown with the side nav logo|
Expand Down

0 comments on commit eb037b9

Please sign in to comment.