mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore: remove transfer Append
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user