chore: remove transfer Append

This commit is contained in:
hstyi
2025-06-28 11:18:28 +08:00
committed by hstyi
parent fff2dd89c7
commit eec9154aeb

View File

@@ -175,7 +175,7 @@ class DefaultInternalTransferManager(
val actionsComBoBox = JComboBox<TransferAction>() val actionsComBoBox = JComboBox<TransferAction>()
actionsComBoBox.addItem(TransferAction.Overwrite) actionsComBoBox.addItem(TransferAction.Overwrite)
actionsComBoBox.addItem(TransferAction.Append) // actionsComBoBox.addItem(TransferAction.Append)
actionsComBoBox.addItem(TransferAction.Skip) actionsComBoBox.addItem(TransferAction.Skip)
actionsComBoBox.renderer = object : DefaultListCellRenderer() { actionsComBoBox.renderer = object : DefaultListCellRenderer() {
override fun getListCellRendererComponent( override fun getListCellRendererComponent(