Add page settings, improve settings UI
This commit is contained in:
@ -6,7 +6,7 @@ struct PostSettingsFile {
|
||||
let postsPerPage: Int
|
||||
|
||||
/// The maximum width of the main content
|
||||
let contentWidth: CGFloat
|
||||
let contentWidth: Int
|
||||
}
|
||||
|
||||
extension PostSettingsFile: Codable { }
|
||||
|
Reference in New Issue
Block a user