🔧 Config tweak

This commit is contained in:
Manuel Cillero 2024-03-23 12:42:05 +01:00
parent 388ff26764
commit 8d2fc7e9e6
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[app]
name = "PageTop Application"
name = "My App"
description = "Developed with the amazing PageTop framework."
# Default theme.
theme = "Default"

View file

@ -212,7 +212,7 @@ pub struct Settings {
/// See [`Settings`].
pub struct App {
/// El nombre de la aplicación.
/// Por defecto: *"PageTop App"*.
/// Por defecto: *"My App"*.
pub name: String,
/// Una descripción breve de la aplicación.
/// Por defecto: *"Developed with the amazing PageTop framework."*.
@ -318,7 +318,7 @@ pub struct Server {
default_settings!(
// [app]
"app.name" => "PageTop App",
"app.name" => "My App",
"app.description" => "Developed with the amazing PageTop framework.",
"app.theme" => "Default",
"app.language" => "en-US",