mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Remove pending transfer with storage (use action)
This commit is contained in:
committed by
Christian Visintin
parent
197b3095b6
commit
e047179ea0
@@ -340,10 +340,6 @@ impl FileTransferActivity {
|
||||
}
|
||||
self.update_browser_file_list_swapped();
|
||||
}
|
||||
TransferMsg::TransferPendingFile => {
|
||||
self.umount_radio_replace();
|
||||
self.action_finalize_pending_transfer();
|
||||
}
|
||||
}
|
||||
// Force redraw
|
||||
self.redraw = true;
|
||||
@@ -411,9 +407,6 @@ impl FileTransferActivity {
|
||||
UiMsg::CloseOpenWithPopup => self.umount_openwith(),
|
||||
UiMsg::CloseQuitPopup => self.umount_quit(),
|
||||
UiMsg::CloseRenamePopup => self.umount_rename(),
|
||||
UiMsg::CloseReplacePopups => {
|
||||
self.umount_radio_replace();
|
||||
}
|
||||
UiMsg::CloseSaveAsPopup => self.umount_saveas(),
|
||||
UiMsg::Disconnect => {
|
||||
self.disconnect();
|
||||
|
||||
Reference in New Issue
Block a user