Full page content, fixes, cleaner settings
This commit is contained in:
@@ -14,4 +14,9 @@ final class PostSettings: ObservableObject {
|
||||
self.postsPerPage = postsPerPage
|
||||
self.contentWidth = contentWidth
|
||||
}
|
||||
|
||||
init(file: PostSettingsFile) {
|
||||
self.postsPerPage = file.postsPerPage
|
||||
self.contentWidth = file.contentWidth
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user