Add upload, preview sheet
This commit is contained in:
@ -108,7 +108,10 @@ extension GeneralSettings {
|
||||
static let `default`: GeneralSettings = .init(
|
||||
url: "https://example.com",
|
||||
linkPreviewImageWidth: 1200,
|
||||
linkPreviewImageHeight: 630)
|
||||
linkPreviewImageHeight: 630,
|
||||
remoteUserForUpload: "user",
|
||||
remotePortForUpload: 22,
|
||||
remotePathForUpload: "/home/user/web")
|
||||
}
|
||||
|
||||
extension AudioPlayerSettings {
|
||||
|
Reference in New Issue
Block a user