mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Enable WYSIWYG plain text support
This commit is contained in:
@@ -19,6 +19,7 @@ import Foundation
|
||||
struct ComposerViewState: BindableState {
|
||||
var eventSenderDisplayName: String?
|
||||
var sendMode: ComposerSendMode = .send
|
||||
var textFormattingEnabled: Bool = RiotSettings.shared.enableWysiwygTextFormatting
|
||||
var placeholder: String?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user