From b26d7b0f481919243b721e1f17b85b19c011387c Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 27 Nov 2023 14:34:58 +0100 Subject: [PATCH] RemoteLinux: Preserve TransferMethod setting Change-Id: I265831c4a552caa258417952bd418a284734fd4b Reviewed-by: hjk --- src/plugins/remotelinux/genericdeploystep.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/remotelinux/genericdeploystep.cpp b/src/plugins/remotelinux/genericdeploystep.cpp index 4ae804689c2..3a425e23aae 100644 --- a/src/plugins/remotelinux/genericdeploystep.cpp +++ b/src/plugins/remotelinux/genericdeploystep.cpp @@ -45,6 +45,7 @@ public: ignoreMissingFiles.setLabelText(Tr::tr("Ignore missing files:")); ignoreMissingFiles.setLabelPlacement(BoolAspect::LabelPlacement::InExtraLabel); + method.setSettingsKey("RemoteLinux.RsyncDeployStep.TransferMethod"); method.setDisplayStyle(SelectionAspect::DisplayStyle::ComboBox); method.setDisplayName(Tr::tr("Transfer method:")); method.addOption(Tr::tr("Use rsync if available. Otherwise use default transfer."));