mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: remove transfer Append
This commit is contained in:
@@ -175,7 +175,7 @@ class DefaultInternalTransferManager(
|
||||
|
||||
val actionsComBoBox = JComboBox<TransferAction>()
|
||||
actionsComBoBox.addItem(TransferAction.Overwrite)
|
||||
actionsComBoBox.addItem(TransferAction.Append)
|
||||
// actionsComBoBox.addItem(TransferAction.Append)
|
||||
actionsComBoBox.addItem(TransferAction.Skip)
|
||||
actionsComBoBox.renderer = object : DefaultListCellRenderer() {
|
||||
override fun getListCellRendererComponent(
|
||||
|
||||
Reference in New Issue
Block a user