* #62 add theme options for title and favicon

* docs

* version bump
This commit is contained in:
2022-10-27 17:26:56 +02:00
committed by GitHub
parent c40f009523
commit 67d4f09bd7
9 changed files with 31 additions and 15 deletions

View File

@@ -12,4 +12,6 @@ pub struct Status {
// Theme
pub theme_image: String,
pub theme_text: String,
pub theme_page_title: String,
pub theme_favicon: String,
}