Small QOL changes

This commit is contained in:
Neshura 2023-12-17 20:17:00 +01:00
parent 9a26d2821f
commit d3d61f6602
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 13 additions and 9 deletions
src/config

View file

@ -55,7 +55,7 @@ pub(crate) struct SeriesConfig {
#[derive(Debug, Serialize, Deserialize, Clone)]
pub(crate) struct PostConfig {
pub(crate) community_name: String,
pub(crate) name: String,
pub(crate) pin_settings: PinConfig,
pub(crate) post_body: PostBody,
}