mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
fix: accept suggestions
This commit is contained in:
@@ -19,6 +19,7 @@ public extension ConvertRequestOptions {
|
||||
sharedContainerURL: URL,
|
||||
zenzaiMode: ZenzaiMode = .off,
|
||||
textReplacer: TextReplacer = .withDefaultEmojiDictionary(),
|
||||
preloadDictionary: Bool = false,
|
||||
metadata: ConvertRequestOptions.Metadata?
|
||||
) -> Self {
|
||||
#if os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
|
||||
@@ -46,6 +47,7 @@ public extension ConvertRequestOptions {
|
||||
sharedContainerURL: sharedContainerURL,
|
||||
textReplacer: textReplacer,
|
||||
zenzaiMode: zenzaiMode,
|
||||
preloadDictionary: preloadDictionary,
|
||||
metadata: metadata
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user