From c3c5076730a8126a5722bc97422b6d5cf19ef58c Mon Sep 17 00:00:00 2001 From: Peter Staev Date: Tue, 18 Feb 2025 18:14:30 +0200 Subject: [PATCH] Fix end cut map key for ios --- ios/Classes/Method/BrotherUtils.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Classes/Method/BrotherUtils.m b/ios/Classes/Method/BrotherUtils.m index e6e9f66..cdeea70 100644 --- a/ios/Classes/Method/BrotherUtils.m +++ b/ios/Classes/Method/BrotherUtils.m @@ -729,7 +729,7 @@ + (BRLMQLPrintSettings *) qlPrintSettingsFromMapWithValue:(NSDictionary * dartLabelInfoStatus = @{ @"labelNameIndex": [BrotherUtils labelIdTypeToNumberWithValue: [status labelID ]], @"isAutoCut": @FALSE, // TODO - @"isEndCut": @FALSE, // TODO + @"isCutAtEnd": @FALSE, // TODO @"isHalfCut": @FALSE, // TODO @"isSpecialTape": @FALSE, // TODO @"isCutMark": @FALSE, // TODO