aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_keys.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-08 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-08 20:20:20 +0200
commita113f3decb3c1ec22cac88051ccdd2ae24d759e4 (patch)
tree51989ae6039aec31587317dcc76b27c22b131b10 /src/e_keys.go
parentfix (diff)
downloadhardflip-a113f3decb3c1ec22cac88051ccdd2ae24d759e4.tar.gz
hardflip-a113f3decb3c1ec22cac88051ccdd2ae24d759e4.tar.bz2
hardflip-a113f3decb3c1ec22cac88051ccdd2ae24d759e4.tar.xz
hardflip-a113f3decb3c1ec22cac88051ccdd2ae24d759e4.tar.zst
hardflip-a113f3decb3c1ec22cac88051ccdd2ae24d759e4.zip
tmp
Diffstat (limited to 'src/e_keys.go')
-rw-r--r--src/e_keys.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/e_keys.go b/src/e_keys.go
index fc506cc..b386ba4 100644
--- a/src/e_keys.go
+++ b/src/e_keys.go
@@ -377,7 +377,6 @@ func e_insert_events(data *HardData, ui *HardUI, event tcell.EventKey) bool {
if data.insert.Protocol == PROTOCOL_RDP &&
ui.insert_sel == INS_PROTOCOL {
ui.insert_sel = INS_RDP_HOST
-
} else if data.insert.Protocol == PROTOCOL_RDP &&
ui.insert_sel == INS_RDP_JUMP_HOST +
len(data.insert.Drive) &&